php string reverse code example
Example 1: reverse a string in php
<?php
echo strrev("Hello World!");
?>
Example 2: strrev php
strrev ( string $string ): string
$strrev = strrev($str);
www.deopp.it
@ncl.a
Example 3: how to reverse a string in php
use strrev(); function