Chủ Nhật, 4 tháng 3, 2012

Hi?n th? ti?n Vi?t trong php

Ch�o c�c b?n ! 
Sau m?t th?i gian tra google kh�ng c� k?t qu? ! cu?i c�ng d�nh t? vi?t functiion hi?n th? ti?n vi?t Nam d?ng v?y:


Code n� :


S? d?ng function php n�y :
string number_format ( float $number , int $decimals = 0 , string $dec_point = '.' , string $thousands_sep = ',' )
function format_vnd ($int) {
return number_format($int, '3' , ' 00', '.');
}

tr? v? : 1.000 n?u l� 1