php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #16686 Semantics contradiction
Submitted: 2002-04-18 12:35 UTC Modified: 2002-04-18 13:14 UTC
From: philsci at jp-link dot co dot jp Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.0 OS: Windows XP Pro
Private report: No CVE-ID: None
 [2002-04-18 12:35 UTC] philsci at jp-link dot co dot jp
This is not serious but misleading for newbies.
On your manual, imagecreate(); appears to need width
and height of each image to make GD stream, while
imagesx and imagexy need GD stream to get width and
height of each image.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-18 12:44 UTC] sander@php.net
The GD documentation uses int instead of resource to represent an image-resource.
Assigning to myself.
 [2002-04-18 13:14 UTC] sander@php.net
This bug has been fixed in CVS, at least, I hope so :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Aug 19 20:01:28 2024 UTC