Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/moneyformat.phpt |
--TEST-- money_format test --SKIPIF-- <?php if (!function_exists('money_format') || !function_exists('setlocale')) { die("SKIP money_format - not supported\n"); } if (setlocale(LC_MONETARY, 'en_US') === false) { die('skip en_US locale not available'); } ?> --FILE-- <?php setlocale(LC_MONETARY, 'en_US'); var_dump( money_format("X%nY", 3.1415)); ?> --EXPECTF-- string(7) "X$3.14Y"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare