mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
parameter type fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230082 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b98d44380f
commit
40d749700c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry id="function.imap-setflag-full">
|
||||
<refnamediv>
|
||||
<refname>imap_setflag_full</refname>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>sequence</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>flag</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>options</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Causes a store to add the specified <parameter>flag</parameter> to the
|
||||
|
|
Loading…
Reference in a new issue