From 9518e04a60b862b361f66a82b3fa4192862c4693 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 9 Dec 1999 09:05:12 +0000 Subject: [PATCH] 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 --- functions/strings.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/strings.sgml b/functions/strings.sgml index ad3119f586..2f643f860c 100644 --- a/functions/strings.sgml +++ b/functions/strings.sgml @@ -1967,7 +1967,7 @@ $rest = substr("abcdef", 1, -1); // returns "bcde" - + substr_replace Replace text within a portion of a string.