Name | Description |
---|---|
$concat | Concatenates two strings. |
$strcasecmp | Compares two strings and returns an integer that reflects the comparison. |
$substr | Takes a string and returns portion of that string. |
$toLower | Converts a string to lowercase. |
$toUpper | Converts a string to uppercase. |