PHP Strings
String functions and manipulation.
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings are surrounded by quotes. You can use single or double quotes.
Common String Functions
strlen()- Return the Length of a Stringstr_word_count()- Count Words in a Stringstrrev()- Reverse a Stringstrpos()- Search For a Text Within a Stringstr_replace()- Replace Text Within a String