POMO_FileReader::__construct( string $filename )


Parameters

$filename

(string) (Required)


Source

File: wp-includes/pomo/streams.php

	function __construct( $filename ) {
		parent::POMO_Reader();
		$this->_f = fopen($filename, 'rb');
	}