Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 php 位置设置有疑问。我有一个开发服务器和一个生产服务器。
当我执行以下语句时
echo money_format('%i', '89.95');
在一台服务器上,我得到 89.95 美元的回报,在另一台服务器上,我得到 89.95 美元。这会在返回 89.95 美元的服务器上导致一些格式错误。
它似乎今天才开始发生,所以我想知道这是否是某处的服务器设置问题。
任何帮助将不胜感激