文件名称:potomoco:PHP gettext 编译器(.po 到 .mo)
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-10 02:55:56
PHP
potomoco(.po 到 .mo 编译器) potomoco 是 PHP 中的 gettext msgfmt 实现。 它将 .po 文件编译为二进制 .mo 文件。 要求 PHP 5.3+ PSR-0 自动加载 用 <?php use TrekkSoft\Potomoco\Compiler; $compiler = new Compiler(); // Generates '/path/to/your/file.mo' $compiler->compile('/path/to/your/file.po'); // Generates '/path/to/other/compiled.mo' $compiler->compile('/path/to/your/file.po', '/path/to/other/compiled.mo'); 您也可以使用自己的解析器(默认解析器是Tr
【文件预览】:
potomoco-master
----src()
--------TrekkSoft()
----LICENSE(1KB)
----composer.json(475B)
----README.md(761B)