All Functions

lower - lower case

Converts a string to lower case characters

Usage(s)

lower ( $string ) Returns a string with all characters in lower case

Parameter(s)

$string The input string that will be converted.

Example(s)

Make strings lower case

lower(StRiNgS)
will always return: "strings"

See also

upper - upper case strip - remove all whitespace ucfirst - upper case first letter