Programming Code Center(PCC)
[PHP]

(PCC)::[How-to-Reverse-a-string-using-strrev()-function-in-php]::[php]

File Name : index.php

<!DOCTYPE html>
<html>
<body>

<?php
echo strrev("Hello world!");
?> 
 
</body>
</html>

Output :