Function capitalize
Returns a copy of str with the first character converted to uppercase and the remainder to lowercase.
Parameters summary
string |
$str |
Return value summary
string
|
string |
Returns a copy of str with the first character converted to uppercase and the remainder to lowercase.
string |
$str |
string
|
string |