mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix copy-paste shit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242055 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c3fc93c172
commit
3f1468766e
1 changed files with 5 additions and 5 deletions
|
@ -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.stristr">
|
||||
<refnamediv>
|
||||
<refname>stristr</refname>
|
||||
|
@ -44,9 +44,9 @@
|
|||
<term><parameter>before_needle</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If &true; (the default is &false;), <function>strstr</function> returns
|
||||
the part of the <parameter>haystack</parameter> before the first
|
||||
occurence of the <parameter>needle</parameter>.
|
||||
If &true; (the default is &false;), <function>stristr</function>
|
||||
returns the part of the <parameter>haystack</parameter> before the
|
||||
first occurence of the <parameter>needle</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -87,7 +87,7 @@
|
|||
<row>
|
||||
<entry>4.3.0</entry>
|
||||
<entry>
|
||||
<function>strstr</function> was made binary safe.
|
||||
<function>stristr</function> was made binary safe.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue