php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #64238 issues with streamWrapper::stream_metadata
Submitted: 2013-02-18 20:47 UTC Modified: 2013-02-27 05:08 UTC
From: terrafrost@php.net Assigned: frozenfire (profile)
Status: Closed Package: Documentation problem
PHP Version: 5.4.11 OS:
Private report: No CVE-ID: None
 [2013-02-18 20:47 UTC] terrafrost@php.net
Description:
------------
http://www.php.net/manual/en/streamwrapper.stream-metadata.php

The function definition is as follows:

public bool streamWrapper::stream_metadata ( int $path , int $option , int $var )

Seems like it should instead be this:

public bool streamWrapper::stream_metadata ( string $path , int $option , mixed 
$var )

Also, in the detailed list of parameters it's listed not as $var but as $arg1.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-02-27 05:08 UTC] frozenfire@php.net
Automatic comment from SVN on behalf of frozenfire
Revision: http://svn.php.net/viewvc/?view=revision&revision=329584
Log: Fixed path and value parameters.
Fixes #64238.
 [2013-02-27 05:08 UTC] frozenfire@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2013-02-27 05:08 UTC] frozenfire@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: frozenfire
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 02:01:29 2024 UTC