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,
http://www.bkjia.com/PHPjc/445517.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/445517.htmlTechArticlestrrev 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, starting with...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn