Used By
| Used By | Description |
|---|---|
| wp-includes/pomo/streams.php: POMO_Reader::str_split() |
(string) (Required)
(int) (Required)
(int) (Required)
(string)
File: wp-includes/pomo/streams.php
function substr( $string, $start, $length ) {
if ( $this->is_overloaded ) {
return mb_substr( $string, $start, $length, 'ascii' );
} else {
return substr( $string, $start, $length );
}
}
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_reader/substr