hholzgra Fri Jul 4 18:08:05 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions str-pad.xml
Log:
added a note as suggested in bug #21318
Index: phpdoc/en/reference/strings/functions/str-pad.xml
diff -u phpdoc/en/reference/strings/functions/str-pad.xml:1.3
phpdoc/en/reference/strings/functions/str-pad.xml:1.4
--- phpdoc/en/reference/strings/functions/str-pad.xml:1.3 Fri May 30 12:47:59
2003
+++ phpdoc/en/reference/strings/functions/str-pad.xml Fri Jul 4 18:08:05 2003
@@ -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.26 -->
<refentry id="function.str-pad">
<refnamediv>
@@ -51,6 +51,13 @@
</programlisting>
</example>
</para>
+ <note>
+ <para>
+ The <parameter>pad_string</parameter> may be truncated if the
+ required number of padding characters can't be evenly diveded by
+ the padding strings length.
+ </para>
+ </note>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php