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 advance thing in php7?
What are traits?
What are the advantages of stored procedures?
What is the php function that removes the first element of the array and returns it?
What are magic methods?
How should a model be structured in mvc?
Why do we use htaccess
What is the difference between the functions strstr() and stristr()?
What the difference between WAMP5 1.7.3 and WampServer 2?
What is the difference between php4 and php5?
List some of the features of php7.
Explain scalar type declarations in php7?