class MoFileLoader extends ArrayLoader implements LoaderInterface
Constants
| MO_LITTLE_ENDIAN_MAGIC |
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. |
| MO_BIG_ENDIAN_MAGIC |
Magic used for validating the format of a MO file as well as detecting if the machine used to create that file was big endian. |
| MO_HEADER_SIZE |
The size of the header of a MO file in bytes. |
Methods
| MessageCatalogue |
load(mixed $resource, string $locale, string $domain = 'messages')
Loads a locale. |
Details
at line 46
public MessageCatalogue
load(mixed $resource, string $locale, string $domain = 'messages')
Loads a locale.