execParser.php 41 B

12345678
  1. <?php
  2. echo exec( 'ls', $output );
  3. ?>