mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
62c15450d5
commit
37f584e7cf
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue