vrana Mon Aug 16 04:27:01 2004 EDT
Modified files:
/phpdoc/en/reference/imap/functions imap-search.xml imap-sort.xml
Log:
Charset parameter (bug #29677)
http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-search.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/imap/functions/imap-search.xml
diff -u phpdoc/en/reference/imap/functions/imap-search.xml:1.4
phpdoc/en/reference/imap/functions/imap-search.xml:1.5
--- phpdoc/en/reference/imap/functions/imap-search.xml:1.4 Wed Dec 17 09:32:31
2003
+++ phpdoc/en/reference/imap/functions/imap-search.xml Mon Aug 16 04:26:59 2004
@@ -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.2 -->
<refentry id="function.imap-search">
<refnamediv>
@@ -16,6 +16,7 @@
<methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam>
<methodparam><type>string</type><parameter>criteria</parameter></methodparam>
<methodparam><type>int</type><parameter>options</parameter></methodparam>
+ <methodparam
choice="opt"><type>string</type><parameter>charset</parameter></methodparam>
</methodsynopsis>
<para>
This function performs a search on the mailbox currently opened
@@ -158,6 +159,9 @@
<para>
Valid values for flags are SE_UID, which causes the returned
array to contain UIDs instead of messages sequence numbers.
+ </para>
+ <para>
+ Parameter <parameter>charset</parameter> was added in PHP 4.3.3.
</para>
</refsect1>
</refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-sort.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/imap/functions/imap-sort.xml
diff -u phpdoc/en/reference/imap/functions/imap-sort.xml:1.4
phpdoc/en/reference/imap/functions/imap-sort.xml:1.5
--- phpdoc/en/reference/imap/functions/imap-sort.xml:1.4 Mon Mar 8 04:18:44
2004
+++ phpdoc/en/reference/imap/functions/imap-sort.xml Mon Aug 16 04:26:59 2004
@@ -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.2 -->
<refentry id="function.imap-sort">
<refnamediv>
@@ -15,6 +15,7 @@
<methodparam><type>int</type><parameter>reverse</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>options</parameter></methodparam>
<methodparam
choice="opt"><type>string</type><parameter>search_criteria</parameter></methodparam>
+ <methodparam
choice="opt"><type>string</type><parameter>charset</parameter></methodparam>
</methodsynopsis>
<para>
Returns an array of message numbers sorted by the given
@@ -77,6 +78,9 @@
</simpara>
</listitem>
</itemizedlist>
+ </para>
+ <para>
+ Parameter <parameter>charset</parameter> was added in PHP 4.3.3.
</para>
</refsect1>
</refentry>