Home
last modified time | relevance | path

Searched defs:key (Results 1 – 4 of 4) sorted by relevance

/imagick/
H A DImagickPixelIterator.stub.php31 public function key(): int {} function in ImagickPixelIterator
H A Dphp_imagick_defs.h333 #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 DImagick.stub.php640 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 Dimagick_class.c6521 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 38 milliseconds