3v4l.org

run code in 500+ PHP versions simultaneously
<?php $str = 'Hello World'; $strArray=explode(" ", $str); $strArray=array_reverse($strArray); $str=implode($strArray, " "); echo $str;

preferences:
121.87 ms | 1551 KiB | 5 Q