git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80902 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-05-02 10:48:14 +00:00
parent 348ccdbc40
commit c515678bc4

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.number-format">
<refnamediv>
@ -72,7 +72,7 @@
// english notation without thousands seperator
$english_format_number = number_format($number, 2, '.', '');
// 1234.56
// 1234.57
?>
]]>