POMO_FileReader::feof()


Description


Return

(bool)


Top ↑

Source

File: wp-includes/pomo/streams.php

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