@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
@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