POMO_FileReader::feof() WordPress Method
POMO_FileReader::feof() checks if the end of a file has been reached.
POMO_FileReader::feof() #
Return
(bool)
Source
File: wp-includes/pomo/streams.php
public function feof() { return feof( $this->_f ); }
Expand full source codeCollapse full source codeView on TracView on GitHub