ID:               34555
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php-bugs at neothermic dot com
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: N/A
 PHP Version:      Irrelevant
 New Comment:

This bug has been fixed in CVS, and this fix will show up the next time
the PHP manual is built. Thanks for the report!


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

[2005-09-20 00:54:48] php-bugs at neothermic dot com

Description:
------------
In the documentation page for imagecreatefromjpeg, the first code
example uses this line:

$im  = imagecreatruecolor(150, 30); /* Create a blank image */

However, the function has been typo-ed, it should be:

$im  = imagecreatetruecolor(150, 30); /* Create a blank image */





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


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

Reply via email to