Funktion Umgekehrt Ausgeben, Strrev

<?php
$str = "Tutorials Class";
echo strrev($str);
?>
Zany Zebra