- Fix for bug #17561

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84451 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2002-06-02 16:58:29 +00:00
parent 0982f71af9
commit a256b90da7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.str-repeat">
<refnamediv>
@ -16,7 +16,9 @@
<para>
Returns <parameter>input_str</parameter> repeated
<parameter>multiplier</parameter> times.
<parameter>multiplier</parameter> has to be greater than 0.
<parameter>multiplier</parameter> has to be greater than or equal to 0.
If the <parameter>multiplier</parameter> is set to 0, the function will
return an empty string.
</para>
<example>
<title><function>str_repeat</function> example</title>