Functions Php

     $output = shell_exec("ls");
     echo $output;
?>