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 are the popular frameworks in php?
What is a query in a database?
What is overloading in php?
What is php artisan serve?
What is html used for?
How to retrieve the original query string?
Which function would you use to replace a record in a database in php?
how to uploade video in php????
How many ways to include variables in double-quoted strings in php?
Explain mysql_errno()?
Can you use both this () and super () in a constructor?
Give the case where we can use get and we can use post methods?