How to debug gettext not working in PHP?

前端 未结 6 1852
心在旅途
心在旅途 2020-12-30 04:02

i am trying to use the php gettext extension in php 5.5 (on win2008 server, using IIS7). I am doing this:



        
6条回答
  •  感情败类
    2020-12-30 04:13

    You should check returned values and know which function failed. It is not i18n specific but useful for any PHP scripts, or any programming language debugging.

提交回复
热议问题