String
Namespaces
Interfaces, Classes and Traits
- AbstractString
- Represents a string of abstract characters.
- AbstractUnicodeString
- Represents a string of abstract Unicode characters.
- ByteString
- Represents a binary-safe string of bytes.
- CodePointString
- Represents a string of Unicode code points encoded as UTF-8.
- LazyString
- A string whose value is computed lazily by a callback.
- UnicodeString
- Represents a string of Unicode grapheme clusters encoded as UTF-8.
Table of Contents
Functions
u()
u([string|null $string = '' ]) : UnicodeString
Parameters
- $string : string|null = ''
b()
b([string|null $string = '' ]) : ByteString
Parameters
- $string : string|null = ''
s()
s([string|null $string = '' ]) : UnicodeString|ByteString
Parameters
- $string : string|null = ''