我是新来的。
现在,我试图根据我的语言环境打印/格式化数字,但是当我这样做时
$c = new Zend_Currency();
$c->setFormat(array('display' => Zend_Currency::NO_SYMBOL));
echo $c->toCurrency(2500.01);
返回错误。
I have check this:
ZEND货币符号显示1
请帮帮我。
很可能你正面临这个问题,因为Zend库(Zend_Currency类)没有在页面上加载。