unlink.phpt 96 B

12345
  1. <?php
  2. Swoole\Runtime::enableCoroutine();
  3. go(function () {
  4. var_dump(unlink('data.txt'));
  5. });