POMO_StringReader::read_all()


Description Description


Return Return

(string)


Top ↑

Source Source

File: wp-includes/pomo/streams.php

		function read_all() {
			return $this->substr( $this->_str, $this->_pos, $this->strlen( $this->_str ) );
		}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.