php实现字符串反转输出的方法,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