Home  >  Article  >  php教程  >  php实现字符串反转输出的方法

php实现字符串反转输出的方法

WBOY
WBOYOriginal
2016-06-13 09:11:351127browse

php实现字符串反转输出的方法

 本文实例讲述了php实现字符串反转输出的方法。分享给大家供大家参考。具体分析如下:

php中带有一个很简单的函数用于字符串反转,即strrev()

<?php print strrev('This is not a palindrome.');
?>

输出结果如下

.emordnilap a ton si sihT

希望本文所述对大家的php程序设计有所帮助。

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