cvs: phpdoc-nl /reference/math/functions number-format.xml
[email protected] ("Derick Rethans")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvsderick1031642722@cvsserver> |
derick Tue Sep 10 03:25:22 2002 EDT
Modified files:
/phpdoc-nl/reference/math/functions number-format.xml
Log:
- fix typo
Index: phpdoc-nl/reference/math/functions/number-format.xml
diff -u phpdoc-nl/reference/math/functions/number-format.xml:1.3 phpdoc-nl/reference/math/functions/number-format.xml:1.4
--- phpdoc-nl/reference/math/functions/number-format.xml:1.3 Tue Sep 10 03:23:36 2002
+++ phpdoc-nl/reference/math/functions/number-format.xml Tue Sep 10 03:25:22 2002
@@ -70,7 +70,7 @@
$number = 1234.5678;
- // Engelse notatie met scheidingsteken tussen duizendtallen
+ // Engelse notatie zonder scheidingsteken tussen duizendtallen
$english_format_number = number_format($number, 2, '.', '');
// 1234.57