.po to .mo convertor in php?

后端 未结 2 1891
深忆病人
深忆病人 2021-01-21 02:46

i want a PHP script which can convert .po(Portable Object) as .mo(Machine Object) file? is any script available in PHP?

               


        
2条回答
  •  难免孤独
    2021-01-21 03:33

    You could run msgfmt using exec() or similar. I don't know if there is a PHP-only way to do it.

提交回复
热议问题