ucfirst

Definition

string ucfirst ( string $str )

Description

Returns a string with the first character of str capitalized, if that character is alphabetic.

[More at php.net]

Parameters


loading


Share/bookmark - ucfirst


Global comments