b()
b(?string $string = '') : \Symfony\Component\String\ByteString
Parameters
| ?string | $string |
| Exception |
| Inflector |
| Slugger |
| 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. |