ucfirst

Syntax

native ucfirst(string[]);

Usage

string
The string to convert.

Description

Make a string's first character uppercase.

Return

1 on success, otherwise 0.