MAGIC1
MAGIC1
Class to get gettext strings from .mo files.
fromFile(array|string $file, \Gettext\Translations $translations, array $options = array())
Extract the translations from a file.
array|string | $file | A path of a file or files |
\Gettext\Translations | $translations | The translations instance to append the new translations. |
array | $options |
fromString(string $string, \Gettext\Translations $translations, array $options = array())
Parses a string and append the translations found in the Translations instance.
string | $string | |
\Gettext\Translations | $translations | |
array | $options |
readInt(\Gettext\Utils\StringReader $stream, string $byteOrder)
\Gettext\Utils\StringReader | $stream | |
string | $byteOrder |
readIntArray(\Gettext\Utils\StringReader $stream, string $byteOrder, integer $count)
\Gettext\Utils\StringReader | $stream | |
string | $byteOrder | |
integer | $count |