Home
last modified time | relevance | path

Searched refs:page (Results 1 – 4 of 4) sorted by relevance

/imagick/
H A DImagick.stub.php202 public function resetImagePage(string $page): bool {} argument
H A DImagick_arginfo.h885 ZEND_ARG_TYPE_INFO(0, page, IS_STRING, 0)
887 ZEND_ARG_INFO(0, page)
H A DChangeLog1014 - fixed all examples so they work as either standalone script or web page; they do better output as…
H A Dimagick_class.c1613 char *page; in PHP_METHOD() local
1616 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &page, &page_len) == FAILURE) { in PHP_METHOD()
1624 status = MagickResetImagePage(intern->magick_wand, page); in PHP_METHOD()

Completed in 43 milliseconds