set entity


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272612 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Carola 'Sammy' Kummert 2009-01-02 20:04:25 +00:00
parent f883a93212
commit b8af314c9c

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.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>
&note.bin-safe;
</refsect1>
<refsect1 role="seealso">