类 MoFileParser
解析 MO 格式的文件
命名空间: Cake\I18n\Parser
常量
方法摘要
-
_readLong() protected
从流中读取无符号长整型,尊重字节序。
-
parse() public
解析机器对象 (MO) 格式,独立于创建该文件的机器的字节序。支持 32 位和 64 位系统。
方法详情
_readLong() ¶ protected
_readLong(resource $stream, bool $isBigEndian): int
从流中读取无符号长整型,尊重字节序。
参数
-
resource
$stream 正在读取的文件。
-
bool
$isBigEndian 当前平台是否是大端。
返回值
int
parse() ¶ public
parse(string $file): array
解析机器对象 (MO) 格式,独立于创建该文件的机器的字节序。支持 32 位和 64 位系统。
参数
-
string
$file 要解析的文件。
返回值
数组
抛出
Cake\Core\Exception\CakeException
如果流内容格式无效。