POMO_FileReader::close()

最后更新于:2021-11-25 21:43:01

POMO_FileReader::close()

响应

(bool)

源文件

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

		function close() {
			return fclose( $this->_f );
		}