Php strrev реверсировать строку

<?php
echo strrev("Hello world!"); // outputs "!dlrow olleH"
?>
SAMER SAEID