gpt4 book ai didi

PHP > Zend 框架 > Zend_Money

转载 作者:可可西里 更新时间:2023-11-01 00:38:00 25 4
gpt4 key购买 nike

我使用 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com