POMO_FileReader::__construct

Advertisement

Syntax Syntax

POMO_FileReader::__construct( string $filename )

Parameters Parameters

$filename

(Required)

Source Source

File: wp-includes/pomo/streams.php

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

Advertisement

Advertisement

Leave a Reply