mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Charset parameter (bug #29677)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166466 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f245fac86e
commit
698a80ce55
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
@ -159,6 +160,9 @@
|
|||
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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -78,6 +79,9 @@
|
|||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
Parameter <parameter>charset</parameter> was added in PHP 4.3.3.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue