POMO_FileReader::__construct( string $filename )


Description


Parameters

$filename

(string) (Required)


Top ↑

Source

File: wp-includes/pomo/streams.php

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