Searched refs:imageresolution (Results 1 – 6 of 6) sorted by relevance
14 imageresolution($exp, 71);17 var_dump(imageresolution($act));19 imageresolution($exp, 71, 299);22 var_dump(imageresolution($act));
15 imageresolution($exp, 71);18 var_dump(imageresolution($act));20 imageresolution($exp, 71, 299);23 var_dump(imageresolution($act));
210 PHP_FUNCTION(imageresolution);
1013 PHP_FE(imageresolution, arginfo_imageresolution)5141 PHP_FUNCTION(imageresolution) in PHP_FUNCTION() argument
265 . Added imageresolution().
1477 . Implemented imageresolution as getter and setter (Christoph)
Completed in 35 milliseconds