POMO_FileReader::read_all
Method of the class: POMO_FileReader{}
No Hooks.
Returns
String.
Usage
$POMO_FileReader = new POMO_FileReader(); $POMO_FileReader->read_all();
POMO_FileReader::read_all() POMO FileReader::read all code WP 7.0
public function read_all() {
return stream_get_contents( $this->_f );
}