MO_LITTLE_ENDIAN_MAGIC
MO_LITTLE_ENDIAN_MAGIC = 2500072158 : float
Magic used for validating the format of a MO file as well as detecting if the machine used to create that file was little endian.
Parses file in PO format
parse(resource $resource) : array
Parses machine object (MO) format, independent of the machine's endian it was created on. Both 32bit and 64bit systems are supported.
resource | $resource | The file to be parsed. |
If stream content has an invalid format.
List of messages extracted from the file
Loading…