作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我使用 Zend_Money 来格式化货币如下
$currency = new Zend_Currency(array('value' => $money,
'currency' => 'CAN',
'format' => 'fr'));
// output -> 100,00 $
在我的本地开发系统上正常显示(wamp on windows)
但是当我把它放在我的测试服务器上时(Windows 上的 apache(不是我的选择,我不能改变它:( ),代码输出变成
// output -> 100,00 €
我想知道是否有人遇到过这样的问题,我需要去哪里寻找解决方案
谢谢
最佳答案
Zend_Currency
是本地化的。尝试传入 'locale' => 'fr'
看看是否有所不同:
locale: Defines a locale for this currency. It will be used for detecting the default values when other settings are omitted. Note that when you don't set a locale yourself, it will be detected automatically which could lead to problems.
关于PHP > Zend 框架 > Zend_Money,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3319854/
我使用 Zend_Money 来格式化货币如下 $currency = new Zend_Currency(array('value' => $money,
我是一名优秀的程序员,十分优秀!