imagejpeg functions are not available

47 views Asked by At

I want to use imagejpeg function, but not working I use the code test it --------------- if (function_exists('imagejpeg')) { echo "imagejpeg functions are available.
\n"; } else { echo "imagejpeg functions are not available.
\n"; } -------------- but got imagejpeg functions are not available.how to fix it ? thanks.

0

There are 0 answers