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 php?
How to break a file path name into parts?
What are the uses of explode() function?
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
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.
What is the difference between for and foreach?
how to use between operator when retrieve from database(format-2008-jun-06)
Do you know what is the use of the function 'imagetypes()'?
Does apache use php?
What is ci framework in php?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
Are there regular expressions in php?