[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/l10n/ -> class-wp-translation-file-php.php (summary)

I18N: WP_Translation_File_PHP class.

File Size: 79 lines (2 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

WP_Translation_File_PHP:: (3 methods):
  parse_file()
  export()
  var_export()


Class: WP_Translation_File_PHP  - X-Ref

Class WP_Translation_File_PHP.

parse_file()   X-Ref
Parses the file.


export()   X-Ref
Exports translation contents as a string.

return: string Translation file contents.

var_export( $value )   X-Ref
Outputs or returns a parsable string representation of a variable.

Like {@see var_export()} but "minified", using short array syntax
and no newlines.

return: string The variable representation.
param: mixed $value The variable you want to export.



Generated : Sun Apr 28 08:20:02 2024 Cross-referenced by PHPXref