Blog : PHP strripos() Function
PHP strrev() Function
--------------------------------------------------------------------------------
Complete PHP String Reference
--------------------------------------------------------------------------------
Definition and Usage
The strrev() function reverses a string.
Syntax
strrev(string)
Parameter Description
string Required. Specifies the string to reverse
--------------------------------------------------------------------------------
Example
echo strrev("Hello World!");
?>
The output of the code above will be:
!dlroW olleH