mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Typofixes. Hooray.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272069 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e1d4e8c872
commit
68c238c19d
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stristr">
|
||||
<refnamediv>
|
||||
<refname>stristr</refname>
|
||||
|
@ -47,7 +47,7 @@
|
|||
<para>
|
||||
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>.
|
||||
first occurrence of the <parameter>needle</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -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.strstr">
|
||||
<refnamediv>
|
||||
<refname>strstr</refname>
|
||||
|
@ -61,7 +61,7 @@
|
|||
<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>.
|
||||
occurrence of the <parameter>needle</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue