PHP: strrev() function
Description
The strrev() function is used to reverse a string.
Version:
(PHP 4 and above)
Syntax:
strrev(main_string)
Parameter:
Name | Description | Required / Optional |
Type |
---|---|---|---|
main_string | The string to be reversed. | Required | String |
Return value:
The reversed string.
Value Type: String.
Pictorial Presentation
Example:
<?php
$main_string='w3resource.com';
echo strrev($main_string);
?>
Output:
moc.ecruoser3w
View the example in the browser
See also
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics