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

tel me any 2 regular expressions with example

1 Answers   Wipro,


What does PEAR stands for?

0 Answers   Arigo Infotech,


what is PHP accelerator ?

2 Answers  


Why do we need abstract class in php?

0 Answers  


What is strlen function in php?

0 Answers  


I am a 2007 Passed out, Jobless for almost 2.6 years. I am preparing myself as a Php programmer. Will i get a job in Php and can any one guide me please.

5 Answers   HCL,


Tell me what are the __construct() and __destruct() methods in a php class?

0 Answers  


Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?

2 Answers   IPMC, NIIT,


What is the use of friend function in php?

0 Answers  


How long should a session last?

0 Answers  


What is the difference between null and empty?

0 Answers  


can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.

0 Answers  


Categories