Get currency symbol in Laravel 8.x

后端 未结 0 1605
长发绾君心
长发绾君心 2021-01-13 02:49

I would like to get the currency symbol for an ISO-3 string in Laravel 8.x.

Example:

$iso_code = \'EUR\';
$symbol = convertToSymbolFunction(\'EUR\');

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题