function AbstractString::append
2 calls to AbstractString::append()
- AbstractString::ensureEnd in vendor/
symfony/ string/ AbstractString.php - AbstractUnicodeString::pad in vendor/
symfony/ string/ AbstractUnicodeString.php
3 methods override AbstractString::append()
- ByteString::append in vendor/
symfony/ string/ ByteString.php - CodePointString::append in vendor/
symfony/ string/ CodePointString.php - UnicodeString::append in vendor/
symfony/ string/ UnicodeString.php
File
-
vendor/
symfony/ string/ AbstractString.php, line 159
Class
- AbstractString
- Represents a string of abstract characters.
Namespace
Symfony\Component\StringCode
public abstract function append(string ...$suffix) : static;