strtolower
Syntax
native strtolower(string[]);
Usage
| Parameter | Description |
|---|---|
| string | The string to convert. |
Description
Converts all chars in string to lower case.
Return
Number of bytes written.
native strtolower(string[]);
| Parameter | Description |
|---|---|
| string | The string to convert. |
Converts all chars in string to lower case.
Number of bytes written.