POMO_FileReader::feof()


Description Description


Return Return

(bool)


Top ↑

Source Source

File: wp-includes/pomo/streams.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.