statvfs.php 55 B

1234
  1. <?php
  2. go(function() {
  3. var_dump(co::statvfs('/'));
  4. });