Posted by comp.lang.php on 12/17/83 11:53
[PHP]
<?php
echo function_exists('imagecreatefromxbm'); // PRODUCES 1
echo function_exists('imagexbm'); // PRODUCES.. WELL.. NULL
?>
[/PHP]
Use: PHP 4.3.9 with bundled GD 2.0.1
Why would one function exist while the other not exist? Is this perhaps
due to XBM (X-Bitmap) images being "read-only", or is it something
else?
Thanx
Phil
Navigation:
[Reply to this message]
|