All Functions

ucfirst - upper case first letter

Returns a string with the first letter capitalized (in upper case)

Usage(s)

ucfirst ( $string ) Returns a string with the first letter as a capital

Parameter(s)

$string The string to capitalize (make upper case) the first letter

Example(s)

Upper case the first letter of a string

ucfirst(upper case)
Returns: Upper case

See also

upper - upper case lower - lower case