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 MVC structure in Magento?
What does the initials of php stand for?
What is variable function php?
Tell me how is it possible to know the number of rows returned in result set?
Write logic to print Floyd's triangle in PHP?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
What is null value in php?
How to check whether a number is prime or not?
How is php different from other languages?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Is php closing tag necessary?
What is difference between compile time and run time polymorphism?