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