Просмотр файла kol.php

Размер файла: 79B
<?
$pk="$file";
$d=scandir($pk);
unset($d[0], $d[1]);
$c=count($d);
echo $c;
?>