(PHP 3, PHP 4 )
Returns string, reversed.
例子 1. Reversing a string with strrev()
<?phpecho strrev("Hello world!"); // outputs "!dlrow olleH"?>