Syntax Syntax
Return Return
(string)
Source Source
File: wp-includes/pomo/streams.php
function read_all() { return $this->substr( $this->_str, $this->_pos, $this->strlen( $this->_str ) ); }
Developer Resources, Tips, Tricks, Tutorials and Much more.
(string)
File: wp-includes/pomo/streams.php
function read_all() { return $this->substr( $this->_str, $this->_pos, $this->strlen( $this->_str ) ); }