mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
typo
set entity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272612 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f883a93212
commit
b8af314c9c
1 changed files with 3 additions and 7 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.str-ireplace">
|
||||
<refnamediv>
|
||||
<refname>str_ireplace</refname>
|
||||
|
@ -77,7 +77,7 @@
|
|||
<parameter>subject</parameter>. If <parameter>replace</parameter> has
|
||||
fewer values than <parameter>search</parameter>, then an empty string is
|
||||
used for the rest of replacement values. If <parameter>search</parameter>
|
||||
is an array and <parameter>replace</parameter> is a string; then this
|
||||
is an array and <parameter>replace</parameter> is a string, then this
|
||||
replacement string is used for every value of
|
||||
<parameter>search</parameter>.
|
||||
</para>
|
||||
|
@ -132,11 +132,7 @@ $bodytag = str_ireplace("%body%", "black", "<body text=%BODY%>");
|
|||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
This function is binary safe.
|
||||
</para>
|
||||
</note>
|
||||
¬e.bin-safe;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
|
Loading…
Reference in a new issue