Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ByteString.php
function ByteString::length
Overrides
AbstractString::length
File
vendor/
symfony/
string/
ByteString.php
, line 223
Class
ByteString
Represents a binary-safe string of bytes.
Namespace
Symfony\Component\String
Code
public
function
length
() : int {
return
\strlen
(
$this
->
string
); }
RSS feed