5135.
Tegos, спасибо за подсказки,методом научного тыка,у меня вышло так
Добавлено через 00:52 сек.
function count_word ($file) { $file=file_get_contents($file); $arr=explode ("|",$file); return count($arr)-1; } echo count_word(BASEDIR."local/antimat.dat");
Добавлено через 02:41 сек.
function count_word ($file) {
$file=file_get_contents($file);
$arr=explode ("|",$file);
return count($arr)-1;
}
echo count_word(BASEDIR."local/ antimat.dat");