php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #27875 Wrong function-name in the documentation
Submitted: 2004-04-05 19:33 UTC Modified: 2004-04-06 06:38 UTC
From: sebastian at beyl dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: -
Private report: No CVE-ID: None
 [2004-04-05 19:33 UTC] sebastian at beyl dot de
Description:
------------
There is only a wrong line in the german documentation. In the function imap_status on
http://de.php.net/manual/de/function.imap-status.php
is an example with the code-line:
---------------
   print "imap_status failed: " . imap_lasterror() . "\n";
---------------
I think it must be "imap_last_error()" ...

Thats all, the function works fine!


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-06 06:38 UTC] ali@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.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 20:00:01 2025 UTC