changed part parameter to before_needle to make it consistent with strstr, stristr and the grapheme versions of it

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323217 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gordon Oheim 2012-02-14 18:30:22 +00:00
parent 1d04cd176b
commit 205a47cb6d
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
<type>string</type><methodname>mb_stristr</methodname>
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
<methodparam><type>string</type><parameter>needle</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>part</parameter><initializer>false</initializer></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>before_needle</parameter><initializer>false</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
<para>
@ -46,7 +46,7 @@
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>part</parameter></term>
<term><parameter>before_needle</parameter></term>
<listitem>
<para>
Determines which portion of <parameter>haystack</parameter>

View file

@ -12,7 +12,7 @@
<type>string</type><methodname>mb_strstr</methodname>
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
<methodparam><type>string</type><parameter>needle</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>part</parameter><initializer>false</initializer></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>before_needle</parameter><initializer>false</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
<para>
@ -44,7 +44,7 @@
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>part</parameter></term>
<term><parameter>before_needle</parameter></term>
<listitem>
<para>
Determines which portion of <parameter>haystack</parameter>