File Directory Php

        $pr1 = popen('ls', 'r');
        echo fread($pr1, 1024);
        $pr2 = popen('php', 'w');
        fputs($pr2, '');
?>