Mostrar lista de opciones

strrev()

« strrchr | strripos »
<?php
$string 
strrev (
    
  // string $string
);
?>
Resultado
$string = '!dlrow olleH'
Ejemplos
#1 strrev  ("Hello world!")