Returns the string length.
int The length of the string.
public function count() : int { return mb_strlen($this->string); }