toFile()
toFile(\Gettext\Translations $translations, string $file, array $options = array()) : boolean
Saves the translations in a file.
Parameters
\Gettext\Translations | $translations | |
string | $file | |
array | $options |
toFile(\Gettext\Translations $translations, string $file, array $options = array()) : boolean
Saves the translations in a file.
\Gettext\Translations | $translations | |
string | $file | |
array | $options |
toString(\Gettext\Translations $translations, array $options = array()) : string
Generates a string with the translations ready to save in a file.
\Gettext\Translations | $translations | |
array | $options |