mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
use return.success
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114908 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
75e60d5bf1
commit
427f505ef6
4 changed files with 9 additions and 9 deletions
|
@ -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-close">
|
||||
<refnamediv>
|
||||
|
@ -9,9 +9,9 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>imap_close</methodname>
|
||||
<type>bool</type><methodname>imap_createmailbox</methodname>
|
||||
<methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>mbox</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Close the imap stream. Takes an optional
|
||||
|
|
|
@ -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.7 -->
|
||||
<refentry id="function.imap-subscribe">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,7 @@
|
|||
Subscribe to a new mailbox.
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; on success and &false; on error.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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.9 -->
|
||||
<refentry id="function.imap-undelete">
|
||||
<refnamediv>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<function>imap_mail_move</function>.
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; on success and &false; on error.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -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.9 -->
|
||||
<refentry id="function.imap-unsubscribe">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,7 @@
|
|||
Unsubscribe from a specified mailbox.
|
||||
</para>
|
||||
<para>
|
||||
Returns &true; on success and &false; on error.
|
||||
&return.success;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue