Kết quả khi chạy đoạn code sau: php <?php $dir = opendir("c://giang/thu"); while ($file = readdir($dir)) { echo "$file\n"; } closedir($dir); ?>5/25Kết quả khi chạy đoạn code sau: php <?php $dir = opendir("c://giang/thu"); while ($file = readdir($dir)) { echo "$file\n"; } closedir($dir); ?>Báo lỗi dòng 2Báo lỗi dòng 3“…vidu.txt”“c://giang/thu/vidu.txt”Giải thíchChọn đáp án C.