1<?php 2 3uv_fs_scandir(uv_default_loop(), ".", function($contents) { 4 var_dump($contents); 5}); 6 7uv_run(); 8