POMO_FileReader::feof

Advertisement

Syntax Syntax

POMO_FileReader::feof()

Return Return

(bool)

Source Source

File: wp-includes/pomo/streams.php

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

Advertisement

Advertisement

Leave a Reply