Source Code for /public/02-hello-world/hello-world.php
<?php
echo
'HELLO WORLD backwards is '
;
echo
strrev(
'HELLO WORLD'
);