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