POMO_StringReader::length() WordPress Method
The POMO_StringReader::length() method is a simple way to get the length of a string. It takes a string as an input and returns an integer indicating the length of the string. This method is useful for finding out the size of a string before performing operations on it.
POMO_StringReader::length() #
Return
(int)
Source
File: wp-includes/pomo/streams.php
public function length() { return $this->strlen( $this->_str ); }
Expand full source codeCollapse full source codeView on TracView on GitHub