Source Code:
(back to article)
<?php $string = "Hello World"; $reversed = strrev($string); echo $reversed;
Result:
Report an issue