Searched refs:imageflip (Results 1 – 4 of 4) sorted by relevance
2 Testing imageflip() of GD library5 if ( ! extension_loaded('gd') || !function_exists('imageflip')) die( 'skip GD not present; skipping…17 imageflip($im, IMG_FLIP_HORIZONTAL);18 imageflip($im, IMG_FLIP_VERTICAL);19 imageflip($im, IMG_FLIP_BOTH);
686 ZEND_FUNCTION(imageflip);827 ZEND_FE(imageflip, arginfo_imageflip)
235 function imageflip(GdImage $image, int $mode): bool {} function
3523 PHP_FUNCTION(imageflip) in PHP_FUNCTION() argument
Completed in 19 milliseconds