use return.success

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114906 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-02-06 03:12:39 +00:00
parent 146b738de8
commit cba24dcc1e
4 changed files with 17 additions and 17 deletions

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.2 -->
<refentry id="function.imap-append">
<refnamediv>
@ -17,15 +17,15 @@
<methodparam><type>string</type><parameter>message</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
Returns &true; on sucess, &false; on error.
</para>
<para>
<function>imap_append</function> appends a string message to the
specified mailbox <parameter>mbox</parameter>. If the optional
<parameter>options</parameter> is specified, writes the
<parameter>options</parameter> to that mailbox also.
</para>
<para>
&return.sucess;
</para>
<para>
When talking to the Cyrus IMAP server, you must use "\r\n" as
your end-of-line terminator instead of "\n" or the operation will

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-mail-move">
<refnamediv>
@ -15,17 +15,17 @@
<methodparam><type>string</type><parameter>mbox</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
Returns &true; on success and &false; on error.
</para>
<para>
Moves mail messages specified by <parameter>msglist</parameter>
to specified mailbox. <parameter>msglist</parameter> is a range
not just message numbers (as described in
to specified mailbox <parameter>mbox</parameter>. <parameter>msglist</parameter>
is a range not just message numbers (as described in
<ulink url="&url.rfc;rfc2060.html">RFC2060</ulink>).
</para>
<para>
Flags is a bitmask and may contain the single option
&return.success;
</para>
<para>
<parameter>options</parameter> is a bitmask and may contain the single option
<itemizedlist>
<listitem>
<simpara>

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.2 -->
<refentry id="function.imap-renamemailbox">
<refnamediv>
@ -19,9 +19,9 @@
<function>imap_open</function> for the format of
<parameter>mbox</parameter> names).
</para>
<para>
Returns &true; on success and &false; on error.
</para>
<para>
&return.success;
</para>
<para>
See also <function>imap_createmailbox</function>,
<function>imap_deletemailbox</function>, and

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.2 -->
<refentry id="function.imap-reopen">
<refnamediv>
@ -48,7 +48,7 @@
</itemizedlist>
</para>
<para>
Returns &true; on success and &false; on error.
&return.success;
</para>
</refsect1>
</refentry>