Money Format not work

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

What do you mean by function not work? Error? Unexpected result?