Functions Php

        passthru("ls", $return_val);
        echo "Exit code of $return_val\n";
?>