\Gettext\ExtractorsMo

Class to get gettext strings from .mo files.

Summary

Methods
Properties
Constants
fromFile()
fromString()
No public properties found
MAGIC1
MAGIC2
MAGIC3
getFiles()
readFile()
No protected properties found
N/A
readInt()
readIntArray()
No private properties found
N/A

Constants

MAGIC1

MAGIC1

MAGIC2

MAGIC2

MAGIC3

MAGIC3

Methods

fromFile()

fromFile(array|string  $file, \Gettext\Translations  $translations, array  $options = array()) 

Extract the translations from a file.

Parameters

array|string $file

A path of a file or files

\Gettext\Translations $translations

The translations instance to append the new translations.

array $options

fromString()

fromString(string  $string, \Gettext\Translations  $translations, array  $options = array()) 

Parses a string and append the translations found in the Translations instance.

Parameters

string $string
\Gettext\Translations $translations
array $options

getFiles()

getFiles(string|array  $file) : array

Checks and returns all files.

Parameters

string|array $file

The file/s

Returns

array —

The file paths

readFile()

readFile(string  $file) : string

Reads and returns the content of a file.

Parameters

string $file

Returns

string

readInt()

readInt(\Gettext\Utils\StringReader  $stream, string  $byteOrder) 

Parameters

\Gettext\Utils\StringReader $stream
string $byteOrder

readIntArray()

readIntArray(\Gettext\Utils\StringReader  $stream, string  $byteOrder, integer  $count) 

Parameters

\Gettext\Utils\StringReader $stream
string $byteOrder
integer $count