"; } } closedir($handle); // сохранить индекс $fp = fopen($indexfile, "w+"); fwrite($fp, $fullfile); fclose($fp); // считаем, как долго работал скрипт $ddd=microtime(); $ddd=((double)strstr($ddd, ' ')+(double)substr($ddd,0,strpos($ddd,' '))); echo ("
Время индексации: ".(number_format(($ddd-$ttt),3))." секунд
"); echo ("Размер индекса: ".(number_format((round ((filesize($indexfile))/1024)) , 0, ".",".")))." Kb"; ?>