POMO_FileReader::__construct( string $filename )

In this article

Parameters

$filenamestringrequired

Source

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

User Contributed Notes

You must log in before being able to contribute a note or feedback.