Functions Php

        exec("ls /foo/", $output, $return_val);
        echo "Exit code of: $return_val\n";
?>