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