From e63a3ec4b3e2368705538db2fceca191184f8cf7 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 2 Jan 2002 11:54:08 +0000 Subject: [PATCH] str_repeat: see also substr_count git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66676 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/functions/strings.xml b/functions/strings.xml index fd8fcdf958..a37b28697c 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -3183,6 +3183,9 @@ echo str_repeat("-=", 10); This will output "-=-=-=-=-=-=-=-=-=-=". + + See also substr_count. +