Parses file in MO format
float
0xde120495
int
28
float
0x950412de
Parses machine object (MO) format, independent of the machine's endian it was created on. Both 32bit and 64bit systems are supported.
_readLong(mixed $stream, mixed $isBigEndian)
Reads an unsigned long from stream respecting endianess.
resource
$stream The File being read.
bool
$isBigEndian Whether or not the current platform is Big Endian
int
parse(mixed $file)
Parses machine object (MO) format, independent of the machine's endian it was created on. Both 32bit and 64bit systems are supported.
string
$file The file to be parsed.
array
List of messages extracted from the file
RuntimeException
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.1/class-Cake.I18n.Parser.MoFileParser.html