POMO_StringReader::length()
Description Description
Return Return
(int)
Source Source
File: wp-includes/pomo/streams.php
function length() {
return $this->strlen( $this->_str );
}
Expand full source code Collapse full source code View on Trac