POMO_FileReader::feof()


Return

(bool)


Source

File: wp-includes/pomo/streams.php

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