Searched defs:key (Results 1 – 4 of 4) sorted by relevance
/imagick/ |
H A D | ImagickPixelIterator.stub.php | 31 public function key(): int {} function in ImagickPixelIterator
|
H A D | php_imagick_defs.h | 333 #define IM_add_assoc_string(zv, key, charstr) add_assoc_string(zv, key, charstr) argument 338 #define IM_add_assoc_string(zv, key, charstr) add_assoc_string(zv, key, charstr, 1) argument 339 #define IM_add_assoc_string(zv, key, charstr) add_assoc_string(zv, key, charstr, 1) argument
|
H A D | Imagick.stub.php | 640 public function setImageAttribute(string $key, string $value): bool {} 856 public function getImageAttribute(string $key): string {} 1157 public function getOption(string $key): string {} 1196 public function setOption(string $key, string $value): bool {} 1213 public function key(): int {} function in Imagick 1275 public static function setRegistry(string $key, string $value): bool {} 1277 public static function getRegistry(string $key): string {}
|
H A D | imagick_class.c | 6521 char *key, *attribute; local 8560 void s_add_assoc_str (zval *array, const char *key, const char *value) 8837 char *key, *attribute; local 11555 char *key, *value; local 12013 char *key, *value; local 12614 char *key, *value; local 12638 char *key, *value; local
|
Completed in 43 milliseconds