PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php function reverse (int $num): int { return strrev($num); } $t = reverse(4452); print_r ($t);
Show:  
Copy Clear