cvs: phpdoc-da /reference/strings/functions number-format.xml
[email protected] ("Jonathan Holst") Tue, 14 Jun 2005 21:50:28 -0000
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvsholst1118785828@cvsserver> |
holst Tue Jun 14 17:50:28 2005 EDT
Modified files:
/phpdoc-da/reference/strings/functions number-format.xml
Log:
Sync with EN
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/number-format.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-da/reference/strings/functions/number-format.xml
diff -u phpdoc-da/reference/strings/functions/number-format.xml:1.2 phpdoc-da/reference/strings/functions/number-format.xml:1.3
--- phpdoc-da/reference/strings/functions/number-format.xml:1.2 Thu Aug 19 10:01:04 2004
+++ phpdoc-da/reference/strings/functions/number-format.xml Tue Jun 14 17:50:27 2005
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.6 Maintainer: holst Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.7 Maintainer: holst Status: ready -->
<refentry id="function.number-format">
<refnamediv>
<refname>number_format</refname>
@@ -60,7 +60,7 @@
// Engelsk tegnsystem (standard)
$engelsk_formateret_tal = number_format($tal);
-// 1,234
+// 1,235
// Dansk tegnsystem
$dansk_formateret_tal = number_format($tal, 2, ',', '.');