I did this by checking the file headers for authentication: $file_headers = get_headers($url); if (!$file_headers) return "No headers found" ...
確定! 回上一頁