aleks100 Posted July 3, 2015 Report Share Posted July 3, 2015 Не работает скрипт.Почему? $dir = "c:\2"; // Открыть известный каталог и начать считывать его содержимоеif (is_dir($dir)) { if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { echo "файл: $file : тип: " . filetype($dir . $file) . "\n"; } closedir($dh); }} Link to comment Share on other sites More sharing options...
0 Great Rash Posted July 3, 2015 Report Share Posted July 3, 2015 Лог ошибок смотрели? Что пишет? Link to comment Share on other sites More sharing options...
0 wwt Posted July 3, 2015 Report Share Posted July 3, 2015 Как вариант в адресе директории нужно экранировать обратный слеш Link to comment Share on other sites More sharing options...
0 rus Posted July 3, 2015 Report Share Posted July 3, 2015 мультипостинг запрещен правилами форума. Link to comment Share on other sites More sharing options...
Question
aleks100
Link to comment
Share on other sites
3 answers to this question
Recommended Posts