On this page
POMO_FileReader::__construct( string $filename )
Parameters
$filenamestring Required
Source
File: wp-includes/pomo/streams.php. View all references
public function __construct( $filename ) {
parent::__construct();
$this->_f = fopen( $filename, 'rb' );
}
Related
Uses
| Uses | Description |
|---|---|
| POMO_Reader::__construct() wp-includes/pomo/streams.php | PHP5 constructor. |
Used By
| Used By | Description |
|---|---|
| POMO_FileReader::POMO_FileReader() wp-includes/pomo/streams.php | PHP4 constructor. |
| MO::import_from_file() wp-includes/pomo/mo.php | Fills up with the entries from MO file $filename |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_filereader/__construct