Searched refs:page (Results 1 – 4 of 4) sorted by relevance
202 public function resetImagePage(string $page): bool {} argument
885 ZEND_ARG_TYPE_INFO(0, page, IS_STRING, 0)887 ZEND_ARG_INFO(0, page)
1014 - fixed all examples so they work as either standalone script or web page; they do better output as…
1613 char *page; in PHP_METHOD() local1616 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 61 milliseconds