exec.php 57 B

12345
  1. <?php
  2. go(function () {
  3. var_dump(co::exec("ls /"));
  4. });