超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<strrchrstrripos>
Last updated: Fri, 22 Jun 2007

strrev

(PHP 3, PHP 4 , PHP 5)

strrev -- Reverse a string

Description

string strrev ( string string)

Returns string, reversed.

例子 1. Reversing a string with strrev()

<?php
echo strrev("Hello world!"); // outputs "!dlrow olleH"
?>




add a note add a note User Contributed Notes
strrev
Screend at hf dot webex dot com
31-Mar-2004 12:17
this function can only reverse the 1-byte words,like english,it seems,using
<?php
$str=strrev("汉字");
echo $str;
?>
do not get a right result.
but,you can change 2-bytes characters into a ASCLL,the converse it.

<strrchrstrripos>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22