PHP function strrev()
Reverse a string
Availability in PHP 4.0
Reverse a string
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$string |
string |
not | The string to be reversed. |
Return values
string
the reversed string.
Other resources
Loading comments...