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 are the differences between mysqli_connect and mysqli_pconnect?

0 Answers  


How to create a directory?

0 Answers  


How can you access a COM object from a PHP page?

1 Answers  


how to use particular city location in php?

1 Answers   TCS,


I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?

0 Answers  






Write a statement to show the joining of multiple comparisons in php?

0 Answers  


how to get substring of string without using substr() function in php ????

3 Answers  


Do you know what is the function func_num_args() used for?

0 Answers  


sort term descripttion form, report and uery

0 Answers  


What is the difference between the functions unlink and unset?

8 Answers   Small Firm, TCS,


To run php script on a local machine we need to install Apache http server and php. Then only scripts are run in the browsers. but when these things are not loaded on a local machine and a php script is brought by the browser still the browser displays the page. how?

2 Answers  


What is the purpose of destructor ?

2 Answers  


Categories