jsheets Mon Nov 11 20:44:29 2002 EDT
Modified files:
/phpdoc/en/reference/strings/functions number-format.xml
Log:
corrected comment for first example
Index: phpdoc/en/reference/strings/functions/number-format.xml
diff -u phpdoc/en/reference/strings/functions/number-format.xml:1.1
phpdoc/en/reference/strings/functions/number-format.xml:1.2
--- phpdoc/en/reference/strings/functions/number-format.xml:1.1 Sat Sep 28 16:56:46
2002
+++ phpdoc/en/reference/strings/functions/number-format.xml Mon Nov 11 20:44:29
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.number-format">
<refnamediv>
@@ -62,7 +62,7 @@
// english notation (default)
$english_format_number = number_format($number);
- // 1,234.56
+ // 1,234
// French notation
$nombre_format_francais = number_format($number, 2, ',', ' ');
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php