ucfirst

function call:
string ucfirst ( string $str )

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

Note that "alphabetic" is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (ä) will not be converted.

test ucfirst online:
$str


Werbung
Information
PHP-Version: 5.2.6
Last changes: my blog (german only)
Change language: ucfirst auf Deutsch online testen