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

what is php?

3 Answers  


How to break a file path name into parts?

0 Answers  


What are the uses of explode() function?

0 Answers  


m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....

0 Answers  


How to connect SMTP server in php. I want to edit that in mantiss bug tracking tool. If anyone worked on mantiss software or in php, please give answer . I need to modify that in mantiss software.

1 Answers   HCL, UHG,


What is the difference between for and foreach?

0 Answers  


how to use between operator when retrieve from database(format-2008-jun-06)

3 Answers  


Do you know what is the use of the function 'imagetypes()'?

0 Answers  


Does apache use php?

0 Answers  


What is ci framework in php?

0 Answers  


can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????

0 Answers  


Are there regular expressions in php?

0 Answers  


Categories