POMO_StringReader::read_all() WordPress Method
The POMO_StringReader::read_all() function is a helper function that reads an entire string from a given string reader. This is useful for reading large amounts of data from a string reader, or for reading data that is not easily read using the read() function.
POMO_StringReader::read_all() #
Return
(string)
Source
File: wp-includes/pomo/streams.php
public function read_all() { return $this->substr( $this->_str, $this->_pos, $this->strlen( $this->_str ) ); }
Expand full source codeCollapse full source codeView on TracView on GitHub