Strlen
Gets the string length
int strlen (string $str);
Strtolower
String conversion to lowercase
String Strtolower (string $str);
Strtoupper
String conversion to uppercase
String Strtoupper (string $str);
Ucfirst
Capitalize first letter
String Ucfirst (string $str);
Ucwords
Convert the first letter of each word to an uppercase letter
String Ucwords (string $str);
LTrim
Remove spaces or other characters from the beginning of a string
String LTrim (String $str [, String $charlist]);
RTrim
Remove spaces or other characters from the end of a string
String RTrim (String $str [, String $chirlist]);
Trim
Remove spaces or other characters from the start and end of a string
Str_replace
Character substitution
Mixed str_ireplace (mixed $search, mixed $replace, mixed $subject, [int $count]);
Str_ireplace
Character substitution
Mixed str_ireplace (mixed $search, mixed $replace, mixed $subject, [int $count]);
MD5