mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed a typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313819 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ab468bab4d
commit
79b017e888
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@
|
|||
This function now supports multiple bytes in
|
||||
<parameter>dec_point</parameter> and
|
||||
<parameter>thousands_sep</parameter>. Only the first byte of each
|
||||
seperator was used in older versions.
|
||||
separator was used in older versions.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -143,7 +143,7 @@ $nombre_format_francais = number_format($number, 2, ',', ' ');
|
|||
|
||||
$number = 1234.5678;
|
||||
|
||||
// english notation without thousands seperator
|
||||
// english notation without thousands separator
|
||||
$english_format_number = number_format($number, 2, '.', '');
|
||||
// 1234.57
|
||||
|
||||
|
|
Loading…
Reference in a new issue