What is the PHP predefined variable that tells the What
types of images that PHP supports?
Answer / vijaya
int imagetypes ( void )
This function returns a bit-field corresponding to the image
formats supported by the version of GD linked into PHP. The
following bits are returned, IMG_GIF | IMG_JPG | IMG_PNG |
IMG_WBMP | IMG_XPM.
| Is This Answer Correct ? | 6 Yes | 0 No |
What is xss and csrf?
How do I check environment variables?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
Is it worth learning php in 2019?
How do you run a php script from the command line?
What is htaccess?
What is the importance of "action" attribute in a html form?
Tell me what is the main difference between require() and require_once()?
How break and continue while loop in php?
Is not null in php?
What are the 5 types of variables?
What are escaping characters?