Reverse a string by using PHP ?

Program:-

<?php

echo strrev("Hello world!"); 

?>

Output:-