如何在 laravel - 6 中使用 NumberFormatter
How to use NumberFormatter in laravel - 6
如何在Laravel函数中使用"NumberFormatter"?
我的代码是(我需要将数字转换为 Word)
例如:999 就像 "Nine hundred ninety-nine"
$digit = new NumberFormatter("en", NumberFormatter::SPELLOUT);
echo $digit->format(1000);
它给出的错误如下:
"message": "Class 'Modules\Receipts\Http\Controllers\NumberFormatter' not found",
"exception": "Symfony\Component\Debug\Exception\FatalThrowableError",
如何解决这个问题?
sudo apt-get install php-intl
service apache2 restart
如何在Laravel函数中使用"NumberFormatter"?
我的代码是(我需要将数字转换为 Word) 例如:999 就像 "Nine hundred ninety-nine"
$digit = new NumberFormatter("en", NumberFormatter::SPELLOUT);
echo $digit->format(1000);
它给出的错误如下:
"message": "Class 'Modules\Receipts\Http\Controllers\NumberFormatter' not found",
"exception": "Symfony\Component\Debug\Exception\FatalThrowableError",
如何解决这个问题?
sudo apt-get install php-intl
service apache2 restart