POMO_FileReader::__construct()

最后更新于:2021-11-25 22:11:19

POMO_FileReader::__construct( string$filename)

参数

$filename

(string) (Required)

源文件

文件: gc-includes/pomo/streams.php

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