Date: 10/28/99
- Next message: Andrei Zmievski: "Re: [PHP-DEV] RE: PHP 4.0 Bug #2623 Updated: Escaping a backslash doesn't seem to work in preg_replace"
- Previous message: Duarte, Rob: "[PHP-DEV] RE: PHP 4.0 Bug #2623 Updated: Escaping a backslash doesn't seem to work in preg_replace"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Thu Oct 28 13:26:32 1999 EDT
Modified files:
/phpdoc/functions strings.sgml
Log:
Only some typos.
Index: phpdoc/functions/strings.sgml
diff -u phpdoc/functions/strings.sgml:1.19 phpdoc/functions/strings.sgml:1.20
--- phpdoc/functions/strings.sgml:1.19 Thu Oct 28 12:58:56 1999
+++ phpdoc/functions/strings.sgml Thu Oct 28 13:26:31 1999
@@ -1484,7 +1484,7 @@
</refsect1>
</refentry>
- <refentry id="function.str_repeat">
+ <refentry id="function.str-repeat">
<refnamediv>
<refname>str_repeat</refname>
<refpurpose>Repeat a string</refpurpose>
@@ -1500,14 +1500,15 @@
Returns <parameter>input_str</parameter> repeated
<parameter>multiplier</parameter> times.
<parameter>multiplier</parameter> has to be greater than 0.
- <example>
- <title><function>str_repeat</function> example</title>
- <programlisting>
+ </para>
+ <example>
+ <title><function>str_repeat</function> example</title>
+ <programlisting>
echo str_repeat("-=", 10);
- </programlisting>
-
- This will output "-=-=-=-=-=-=-=-=-=-=".
- </example>
+ </programlisting>
+ </example>
+ <para>
+ This will output "-=-=-=-=-=-=-=-=-=-=".
</para>
</refsect1>
</refentry>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andrei Zmievski: "Re: [PHP-DEV] RE: PHP 4.0 Bug #2623 Updated: Escaping a backslash doesn't seem to work in preg_replace"
- Previous message: Duarte, Rob: "[PHP-DEV] RE: PHP 4.0 Bug #2623 Updated: Escaping a backslash doesn't seem to work in preg_replace"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

