php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #21605 stream_get_meta_data() documentation typo
Submitted: 2003-01-12 23:30 UTC Modified: 2003-01-13 03:44 UTC
From: azevedo at tchelinux dot com dot br Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.0 OS:
Private report: No CVE-ID: None
 [2003-01-12 23:30 UTC] azevedo at tchelinux dot com dot br
At the english manual, the description of function stream_get_meta_data() (http://www.php.net/manual/en/function.stream-get-meta-data.php) has a wrong syntax:

array file_get_meta_data ( resource stream)
      ^^^^^^^^^^^^^^^^^^

Must be stream_get_meta_data, the function file_get_meta_data() doesn't exist.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-13 03:44 UTC] betz@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 [2020-02-07 06:12 UTC] phpdocbot@php.net
Automatic comment on behalf of betz
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=969b1c7794bf8fe04177ded44432096ffc2533d7
Log: typo, fix #21605
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 27 20:01:32 2024 UTC