POMO_FileReader::__construct( string $filename )
Parameters
- $filename
-
(string) (Required)
Source
File: wp-includes/pomo/streams.php
function __construct( $filename ) {
parent::__construct();
$this->_f = fopen( $filename, 'rb' );
}
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_filereader/__construct