php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #44620 Return type wrong for XMLWriter::outputMemory
Submitted: 2008-04-02 20:14 UTC Modified: 2008-04-02 21:52 UTC
From: evert at rooftopsolutions dot nl Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2008-04-02 20:14 UTC] evert at rooftopsolutions dot nl
Description:
------------
http://ca.php.net/manual/en/function.xmlwriter-output-memory.php

The documentation states:

 bool outputMemory  ([ bool $flush  ] )

should be:

 string outputMemory  ([ bool $flush  ] )


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-02 21:52 UTC] felipe@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.


 [2020-02-07 06:10 UTC] phpdocbot@php.net
Automatic comment on behalf of felipe
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=f61eabc849e78a77e085637eb8e377b8a833c73b
Log: Fixed bug #44620 (Return type wrong for XMLWriter::outputMemory)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 18:01:28 2024 UTC