Check if the given character encoding is supported by this wrapper and the character encoding to convert to is also supported.
| Parameters: |
|
|---|
Get a list of supported character encodings
| Return type: | string[] |
|---|
Set character encoding working with and convert to
| Parameters: |
|
|---|---|
| Return type: | StringWrapperInterface |
Returns the length of the given string
| Parameters: | string – |
|---|---|
| Return type: | int|false |
Returns the portion of string specified by the start and length parameters
| Parameters: |
|
|---|---|
| Return type: | string|false |
Find the position of the first occurrence of a substring in a string
| Parameters: |
|
|---|---|
| Return type: | int|false |