ansiStrlen() public static method
Returns the length of the string without ANSI color codes.
public static integer ansiStrlen ( $string ) | ||
---|---|---|
$string | string |
The string to measure |
return | integer |
The length of the string not counting ANSI format characters |
Please login to continue.