What is the PHP predefined variable that tells the What
types of images that PHP supports?



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

Post New Answer

More PHP Interview Questions

Explain the difference between urlencode and urldecode?

0 Answers  


What are the different types of array in php?

0 Answers  


How to enable cURL in PHP?

0 Answers   HCL,


How to access a global variable inside a function?

0 Answers  


How to return ascii value of character in php?

0 Answers  






List few sensible functions in PHP?

0 Answers  


How to call php function in jquery?

0 Answers  


How are variables declared in php?

0 Answers  


Do you have to initialize variables in php?

0 Answers  


What is mysqli_real_escape_string?

0 Answers  


What are the rules to determine the “truth” of any value which is not already of the boolean type?

0 Answers  


When use javascript vs php?

0 Answers  


Categories