pathinfo($name, PATHINFO_FILENAME), "url" => "$webdir/$name", "path" => $name, "ts" => date("Y-m-d H:i", filemtime($f)), "size" => filesize($f) ]; } echo json_encode(["screenshots" => $screenshots, "total" => count($files)]);