Quantcast
Channel: ExeOutput for PHP - G.D.G. Software Forum
Viewing all articles
Browse latest Browse all 1024

Money Format not work

$
0
0

@kakkuk wrote:

i used money format many times in my code

$number = 1234.56;
setlocale(LC_MONETARY,"en_US");
echo money_format("%.2n", $number);

but after created exe file money format function not work

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1024

Trending Articles