The new parameter is optional (before_needle)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251909 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Felipe Pena 2008-02-01 10:28:51 +00:00
parent 0af5f5b0c2
commit a743774306
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.17 $ -->
<!-- $Revision: 1.18 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stristr">
<refnamediv>
<refname>stristr</refname>
@ -12,7 +12,7 @@
<type>string</type><methodname>stristr</methodname>
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
<methodparam><type>mixed</type><parameter>needle</parameter></methodparam>
<methodparam><type>bool</type><parameter>before_needle</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>before_needle</parameter></methodparam>
</methodsynopsis>
<para>
Returns all of <parameter>haystack</parameter> from the first
@ -82,7 +82,7 @@
<row>
<entry>6.0.0</entry>
<entry>
Added the <parameter>before_needle</parameter> parameter.
Added the optional parameter <parameter>before_needle</parameter>.
</entry>
</row>
<row>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.strstr">
<refnamediv>
<refname>strstr</refname>
@ -12,7 +12,7 @@
<type>string</type><methodname>strstr</methodname>
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
<methodparam><type>mixed</type><parameter>needle</parameter></methodparam>
<methodparam><type>bool</type><parameter>before_needle</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>before_needle</parameter></methodparam>
</methodsynopsis>
<para>
Returns part of <parameter>haystack</parameter> string from the first
@ -92,7 +92,7 @@
<row>
<entry>6.0.0</entry>
<entry>
Added the <parameter>before_needle</parameter> parameter.
Added the optional parameter <parameter>before_needle</parameter>.
</entry>
</row>
<row>