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. +