Noted the use of being able to insert a string

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230934 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Matt Li 2007-02-28 10:28:57 +00:00
parent 62c15450d5
commit 37f584e7cf

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.substr-replace">
<refnamediv>
@ -41,7 +41,11 @@
<parameter>string</parameter> at which to stop replacing. If it
is not given, then it will default to strlen(
<parameter>string</parameter> ); i.e. end the replacing at the
end of <parameter>string</parameter>.
end of <parameter>string</parameter>. Of course, if
<parameter>length</parameter> is zero then this function will have the
effect of inserting <parameter>replacement</parameter> into
<parameter>string</parameter> at the given
<parameter>start</parameter> offset.
</para>
<para>
<example>