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 the difference between the functions unlink and unset?
I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??
How can you retrieve data from the mysql database using php?
Which software is used to run php programs?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
Tell me what is the use of the function htmlentities?
What are default session time and path?
What is the use of final class in php?
where to change in php.ini file for file uploading?
What is meant by variable variables in php?
Is php better than java?
What is php trait?