POMO_FileReader::read()

最后更新于:2021-11-25 21:58:23

POMO_FileReader::read( int$bytes)

参数

$bytes

(int) (Required)

响应

(string|false) 响应s read string, otherwise false.

源文件

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

		function read( $bytes ) {
			return fread( $this->_f, $bytes );
		}