Home  >  Article  >  php教程  >  php:strrev() --字符串顺序倒过来输出的涵数

php:strrev() --字符串顺序倒过来输出的涵数

WBOY
WBOYOriginal
2016-06-13 10:54:33814browse

例:请把“abcde” 输出为 “edcba”. 必须使用涵数来编成.

 

 

[php]  

echo strrev("abcde");  

//输出 'edcba'  

 

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