【发布时间】:2012-01-24 03:45:43
【问题描述】:
我正在开发一个基于 Zend 的网站,但我遇到了以下问题:
$currency = new Zend_Currency();
$currency->toCurrency(20, array('currency' => 'EUR','number_format' => '#0.#'));
给我20,00 EUR,但我需要20.00 EUR(这就是我设置 number_format 的原因),有什么建议吗?
【问题讨论】:
标签: zend-framework zend-currency