Uses
Uses | Description |
---|---|
wp-includes/pomo/mo.php: MO::export_to_file_handle() |
(string) (Required)
(bool)
File: wp-includes/pomo/mo.php
function export_to_file( $filename ) { $fh = fopen( $filename, 'wb' ); if ( ! $fh ) { return false; } $res = $this->export_to_file_handle( $fh ); fclose( $fh ); return $res; }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/mo/export_to_file