imageRotate function
( http://cz.php.net/manual/en/function.imagerotate.php )
e.g. for testing it you can run some php file on your server with following code:
Code: Select all
if(!function_exists("imagerotate")) {
return 'ErrorNoImageRotate';
}
Code: Select all
if(!function_exists("imagerotate")) {
return 'ErrorNoImageRotate';
}