strrev definition and usage
The strrev ( ) function is to reverse a string.
Let’s take a look at its syntax
strrev(string)
Parameter description string: required. The specified string to reverse
Let’s take a look at a simple example.
echo strrev("www.111cn.cn ");
?>
The output result is.
nc.nc111.www
The
characters are reversed,