Easy Tutorial
❮ Func Ftp Login Func Filesystem Chown ❯

PHP strrev() Function

PHP String Reference Manual

Example

Reverse the string "Hello World!":


Definition and Usage

The strrev() function reverses a string.


Syntax

Parameter Description
string Required. Specifies the string to be reversed.

Technical Details

Return Value: Returns the reversed string.
PHP Version: 4+
--- ---
❮ Func Ftp Login Func Filesystem Chown ❯