philip Mon May 13 22:51:47 2002 EDT
Modified files:
/phpdoc/en/reference/strings/functions str-repeat.xml
Log:
See also str_pad() and for loop.
Index: phpdoc/en/reference/strings/functions/str-repeat.xml
diff -u phpdoc/en/reference/strings/functions/str-repeat.xml:1.2
phpdoc/en/reference/strings/functions/str-repeat.xml:1.3
--- phpdoc/en/reference/strings/functions/str-repeat.xml:1.2 Wed Apr 17 02:44:22
2002
+++ phpdoc/en/reference/strings/functions/str-repeat.xml Mon May 13 22:51:46
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.str-repeat">
<refnamediv>
@@ -30,7 +30,9 @@
This will output "-=-=-=-=-=-=-=-=-=-=".
</para>
<para>
- See also <function>substr_count</function>.
+ See also: <link linkend="control-structures.for">for</link>,
+ <function>str_pad</function>, and
+ <function>substr_count</function>.
</para>
</refsect1>
</refentry>