imagetypes( ) function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Good day all,

Anyone have an idea why I receive a "call to undefined function" error message
when I use the imagetypes() function on PHP versions 4.2.3 and 4.3.2 ??

The code to test for  PNG image handling is right from the manual...

<?php

if ( imagetypes() & IMG_PNG)
 {
     echo "PNG Support enabled";
}

?>

David



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux