Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UnicodeString.php

function UnicodeString::length

Overrides AbstractString::length

File

vendor/symfony/string/UnicodeString.php, line 196

Class

UnicodeString
Represents a string of Unicode grapheme clusters encoded as UTF-8.

Namespace

Symfony\Component\String

Code

public function length() : int {
    return grapheme_strlen($this->string);
}
RSS feed
Powered by Drupal