mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7e2c80fd15
commit
8c80e037f9
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue