POMO_StringReader::length()


Description


Return

(int)


Top ↑

Source

File: wp-includes/pomo/streams.php

		function length() {
			return $this->strlen( $this->_str );
		}