[PHP-DOC] #20094 [Opn->Csd]: image_type_to_mime_type() missing from docs From: helly <email protected>
Date: 11/07/02

 ID: 20094
 Updated by: helly <email protected>
 Reported By: leon <email protected>
-Status: Open
+Status: Closed
 Bug Type: Documentation problem
 PHP Version: 4.3.0-pre1
 New Comment:

Function is added at least in online help.

Previous Comments:
------------------------------------------------------------------------

[2002-10-25 13:06:51] leon <email protected>

Please add php_image_type_to_mime_type() to the documentation.

array image_type_to_mime_type(int imagetype)
Convert internal image_type to mime type

<?
    //returns "image/gif"
    print(image_type_to_mime_type(IMAGETYPE_GIF));
?>

------------------------------------------------------------------------

-- 
Edit this bug report at http://bugs.php.net/?id=20094&edit=1

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