substr() The substr() function helps you to access a substring between given start and end points of a string. ...
strlen() Next up we have the popular strlen() function for checking the length of a string. ...
str_replace() ...
trim() ...
strpos() ...
strtolower() ...
strtoupper() ...
is_string()