Signature
native ucfirst(string[]);
Description
Make a string's first character uppercase.
Parameters
- string — The string to convert.
Returns
1 on success, otherwise 0.