PHP strrev() 函数
PHP 教程
· 2019-01-30 11:12:29
实例
反转字符串 "Hello World!":
<?php
echo strrev("Hello World!");
?>
echo strrev("Hello World!");
?>
定义和用法
strrev() 函数反转字符串。
语法
strrev(string)
| 参数 | 描述 |
|---|---|
| string | 必需。规定要反转的字符串。 |
技术细节
| 返回值: | 返回已反转的字符串。 |
|---|---|
| PHP 版本: | 4+ |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
Ajax Design Patterns
Michael Mahemoff / O'Reilly Media / 2006-06-29 / USD 44.99
Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a s......一起来看看 《Ajax Design Patterns》 这本书的介绍吧!