Locale-dependent PHP functions

◇◆丶佛笑我妖孽 提交于 2019-12-12 05:01:38

问题


I’m moving a PHP website to a hosting that unfortunatelly doesn’t support ru_RU.cp1251 locale which the site uses extensively. The only way out of the problems I can see is to refactor the code such that it becomes locale-independent. Is there a way to safely do this? For example is there a list of all native PHP functions that can depend on current locale?

来源:https://stackoverflow.com/questions/12942088/locale-dependent-php-functions

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!