Parameters
$filename
stringrequired
Source
public function __construct( $filename ) {
parent::__construct();
$this->_f = fopen( $filename, 'rb' );
}
$filename
stringrequiredpublic 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.