POMO_FileReader::close()


Return

(bool)


Source

File: wp-includes/pomo/streams.php

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