| [ Index ] | 
		    PHP Cross Reference of BuddyPress | 
    
[Source view] [Print] [Project Stats]
Class for working with MO files
| Version: | $Id: mo.php 1157 2015-11-20 04:30:11Z dd32 $ | 
| File Size: | 302 lines (8 kb) | 
| Included or required: | 0 times | 
| Referenced: | 0 times | 
| Includes or requires: | 0 files | 
MO:: (13 methods):
  import_from_file()
  export_to_file()
  export()
  is_entry_good_for_export()
  export_to_file_handle()
  export_original()
  export_translations()
  export_headers()
  get_byteorder()
  import_from_reader()
  make_entry()
  select_plural_form()
  get_plural_forms_count()
| import_from_file($filename) X-Ref | 
| Fills up with the entries from MO file $filename param: string $filename MO file to load  | 
| export_to_file($filename) X-Ref | 
param: string $filename return: bool  | 
| export() X-Ref | 
return: string|false  | 
| is_entry_good_for_export( $entry ) X-Ref | 
param: Translation_Entry $entry return: bool  | 
| export_to_file_handle($fh) X-Ref | 
param: resource $fh return: true  | 
| export_original($entry) X-Ref | 
param: Translation_Entry $entry return: string  | 
| export_translations($entry) X-Ref | 
param: Translation_Entry $entry return: string  | 
| export_headers() X-Ref | 
return: string  | 
| get_byteorder($magic) X-Ref | 
param: int $magic return: string|false  | 
| import_from_reader($reader) X-Ref | 
param: POMO_FileReader $reader  | 
| make_entry($original, $translation) X-Ref | 
| Build a Translation_Entry from original string and translation strings, found in a MO file param: string $original original string to translate from MO file. Might contain param: string $translation translation string from MO file. Might contain  | 
| select_plural_form($count) X-Ref | 
param: int $count return: string  | 
| get_plural_forms_count() X-Ref | 
return: int  | 
| Generated: Tue Nov 4 01:00:53 2025 | Cross-referenced by PHPXref 0.7.1 |