ucfirst
Syntax
native ucfirst(string[]);
Usage
| Parameter | Description |
|---|---|
| string | The string to convert. |
Description
Make a string's first character uppercase.
Return
1 on success, otherwise 0.
native ucfirst(string[]);
| Parameter | Description |
|---|---|
| string | The string to convert. |
Make a string's first character uppercase.
1 on success, otherwise 0.