dams Thu Feb 13 09:39:30 2003 EDT Modified files: /phpdoc/en/reference/imap/functions imap-close.xml imap-get-quota.xml Log: correcting proto Index: phpdoc/en/reference/imap/functions/imap-close.xml diff -u phpdoc/en/reference/imap/functions/imap-close.xml:1.5 phpdoc/en/reference/imap/functions/imap-close.xml:1.6 --- phpdoc/en/reference/imap/functions/imap-close.xml:1.5 Wed Feb 5 22:38:42 2003 +++ phpdoc/en/reference/imap/functions/imap-close.xml Thu Feb 13 09:39:29 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 --> <refentry id="function.imap-close"> <refnamediv> @@ -9,12 +9,12 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>bool</type><methodname>imap_createmailbox</methodname> + <type>bool</type><methodname>imap_close</methodname> <methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>flag</parameter></methodparam> </methodsynopsis> <para> - Close the imap stream. Takes an optional + Closes the imap stream. Takes an optional <parameter>flag</parameter> CL_EXPUNGE, which will silently expunge the mailbox before closing, removing all messages marked for deletion. Index: phpdoc/en/reference/imap/functions/imap-get-quota.xml diff -u phpdoc/en/reference/imap/functions/imap-get-quota.xml:1.7 phpdoc/en/reference/imap/functions/imap-get-quota.xml:1.8 --- phpdoc/en/reference/imap/functions/imap-get-quota.xml:1.7 Wed Oct 9 10:55:05 2002 +++ phpdoc/en/reference/imap/functions/imap-get-quota.xml Thu Feb 13 09:39:29 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 --> <refentry id="function.imap-get-quota"> <refnamediv> @@ -87,7 +87,7 @@ $message = $quota_values['MESSAGE']; print "MESSAGE usage level is: " . $message['usage']; - print "MESSAGE usage level is: " . $message['limit']; + print "MESSAGE limit is: " . $message['limit']; /* ... */ }
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php