return values clarified, integrated user notes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207024 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2006-02-12 18:57:46 +00:00
parent 5fc366af1a
commit 3bda8a774d
3 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 -->
<refentry id="function.imap-alerts">
<refnamediv>
@ -19,9 +19,9 @@
<para>
This function returns an array of all of the IMAP alert messages
generated since the last <function>imap_alerts</function> call,
or the beginning of the page. When
<function>imap_alerts</function> is called, the alert stack is
subsequently cleared. The IMAP specification requires that these
or the beginning of the page. Returns &false; if no alert messages are
available.When <function>imap_alerts</function> is called, the alert
stack is subsequently cleared. The IMAP specification requires that these
messages be passed to the user.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 -->
<refentry id="function.imap-errors">
<refnamediv>
@ -19,9 +19,9 @@
<para>
This function returns an array of all of the IMAP error messages
generated since the last <function>imap_errors</function> call,
or the beginning of the page. When
<function>imap_errors</function> is called, the error stack is
subsequently cleared.
or the beginning of the page. Returns &false; if no error messages are
available. When <function>imap_errors</function> is called, the error
stack is subsequently cleared.
</para>
<para>
See also: <function>imap_last_error</function>.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 -->
<refentry id="function.imap-last-error">
<refnamediv>
@ -20,7 +20,7 @@
message that occurred on the current page. The error stack is
untouched; calling <function>imap_last_error</function>
subsequently, with no intervening errors, will return the same
error.
error. Returns &false; if no error messages are available.
</para>
<para>
See also: <function>imap_errors</function>.