POMO_StringReader::length()
Return
(int)
Source
File: wp-includes/pomo/streams.php
function length() {
return $this->strlen($this->_str);
}
(int)
File: wp-includes/pomo/streams.php
function length() {
return $this->strlen($this->_str);
}