mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Rename part_number to match imap_bodystruct (bug #44123)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268497 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dda3d70aa7
commit
0285f15002
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry xml:id="function.imap-fetchbody" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>imap_fetchbody</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<type>string</type><methodname>imap_fetchbody</methodname>
|
||||
<methodparam><type>resource</type><parameter>imap_stream</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>msg_number</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>part_number</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>section</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -33,7 +33,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>part_number</parameter></term>
|
||||
<term><parameter>section</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The part number. It is a string of integers delimited by period which
|
||||
|
|
Loading…
Reference in a new issue