incorporating note from manual errata

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50296 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2001-06-28 15:53:23 +00:00
parent 7e2c80fd15
commit 8c80e037f9

View file

@ -859,6 +859,15 @@ $randval = mt_rand();
the decimals and <parameter>thousands_sep</parameter> instead of
a comma (",") between every group of thousands.
</para>
<note>
<para>
Only the first character of <parameter>thousands_sep</parameter>
is used. For example, if you use <literal>foo</literal> as
<parameter>thousands_sep</parameter> on the number
<literal>1000</literal>, <function>number_format</function> will
return <literal>1f000</literal>.
</para>
</note>
<para>
<example>
<title><function>number_format</function> Example</title>