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:
Stig Bakken 1999-12-09 09:05:12 +00:00
parent 6198da700b
commit 9518e04a60

View file

@ -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>