API17

API17:JString::strlen

From Joomla! Documentation

Joomla 11.1 JString::strlen

Description

UTF-8 aware alternative to strlen Returns the number of characters in the string (NOT THE NUMBER OF BYTES),.


public static function strlen ($str)
Parameter Type Default Description
$str string UTF-8 string

See also


User contributed notes

Code Examples