Locale-dependent PHP functions

2019-09-05 09:10发布

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?

0条回答
登录 后发表回答