Core Class
View Source on Trac ↗
Core Class
MO
class MO
// Constructor: function Object() { [native code] } No description available.
Methods 14 methods
| Method / Return | Description |
|---|---|
| get_filename() string | Returns the loaded MO file. |
| import_from_file() bool | Fills up with the entries from MO file $filename
Parameters: $filename: mixed |
| export_to_file() bool | No description available.
Parameters: $filename: mixed |
| export() (string | No description available. |
| is_entry_good_for_export() bool | No description available.
Parameters: $entry: mixed |
| export_to_file_handle() true | No description available.
Parameters: $fh: mixed |
| export_original() string | No description available.
Parameters: $entry: mixed |
| export_translations() string | No description available.
Parameters: $entry: mixed |
| export_headers() string | No description available. |
| get_byteorder() (string | No description available.
Parameters: $magic: mixed |
| import_from_reader() bool | No description available.
Parameters: $reader: mixed |
| make_entry() Translation_Entry | Build a Translation_Entry from original string and translation strings,
Parameters: $original: mixed, $translation: mixed |
| select_plural_form() string | No description available.
Parameters: $count: mixed |
| get_plural_forms_count() int | No description available. |
Properties
| Property / Type | Description |
|---|---|
| $_nplurals mixed public | No description available. |
| $filename mixed public | No description available. |
Class Information
Source File
wp-includes/pomo/mo.php
Advertisement