From a256b90da79d2058bd24b7dee14ff980f12afcd4 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 2 Jun 2002 16:58:29 +0000 Subject: [PATCH] - Fix for bug #17561 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84451 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/str-repeat.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/str-repeat.xml b/reference/strings/functions/str-repeat.xml index d10a9c3367..0f8f103a7f 100644 --- a/reference/strings/functions/str-repeat.xml +++ b/reference/strings/functions/str-repeat.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,9 @@ Returns input_str repeated multiplier times. - multiplier has to be greater than 0. + multiplier has to be greater than or equal to 0. + If the multiplier is set to 0, the function will + return an empty string. <function>str_repeat</function> example