print

num_format ()

You are here: C97net5.01 General Functions

Return formatted number

function num_format ($number, $comma = 0, $currency = 0)

Calling this function will format a number $number.

$comma is number of decimal.

$currency when set to true or any values will return the number formatted according to currency format set in configuration.

Example 1

<?php
require './includes/user_init.php';
$num = 12345.6789;
echo 'Decimal: '.num_format ($num, 2).'<br />'; // 12,345.68
echo 'Currency: '.num_format ($num, 1, 1); // $12,345.68
?>
Posted on: Aug-20-2010 at 07:00am
Last Updated: Jan-01-1970 at 07:00am

There is no comment. Why not be the first?

read more More Comments/Post Your Own

Account

Search

Tags

acp add all also any create default display don download easy echo etc features field file files folder form function includes information init kemana link list may module name need number own page php please qengine read require script set site skin time tpl url use user using version welcome