Do International en_US money format in PHP

Description

The following code shows how to do International en_US money format.

Example


//from   w ww .ja  va2  s. c  o m
<?php
    $number = 1234.56;
    setlocale(LC_MONETARY,"en_US");
    echo money_format("The price is %i", $number);
?>




















Home »
  PHP Tutorial »
    Data Types »




Array
Array Associative
Array Util
ArrayObject
Data Types
Date
Date Format
DateTime
Number
String
String Escape
String Filter
String HTML
String Type
Timezone