POMO_FileReader::read_all() WordPress Method
The POMO_FileReader::read_all() method reads the entire contents of a file into a string.
POMO_FileReader::read_all() #
Return
(string)
Source
File: wp-includes/pomo/streams.php
public function read_all() { return stream_get_contents( $this->_f ); }
Expand full source codeCollapse full source codeView on TracView on GitHub