mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Changed id "substr-replace" to "function.substr-replace".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@16913 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6198da700b
commit
9518e04a60
1 changed files with 1 additions and 1 deletions
|
@ -1967,7 +1967,7 @@ $rest = substr("abcdef", 1, -1); // returns "bcde"
|
|||
</refentry>
|
||||
|
||||
|
||||
<refentry id="substr-replace">
|
||||
<refentry id="function.substr-replace">
|
||||
<refnamediv>
|
||||
<refname>substr_replace</refname>
|
||||
<refpurpose>Replace text within a portion of a string.</refpurpose>
|
||||
|
|
Loading…
Reference in a new issue