<?php echo strrev("Hello world!"); // outputs "!dlrow olleH" ?>
#Text must be in double quotes in brackets echo strrev("Text goes here");
<?php $a = “abcdeg”; echo strrev($a); ?>
use strrev(); function
strrev("web learn smart");