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