PHP BUILT-IN FUNCTIONS
strtolower() - converts a string to lowercase. lcfirst() - converts the first character of a string to lowercase. ucfirst() - converts the first character of a string to uppercase. ucwords() - converts the first character of each word in a string to uppercase.