Cblpok
Новичок
что-тоне пойм-дурак...
Что-то не пойму-дурак...
function cmp($a,$b){
$a=explode("^^",$a);
$b=explode("^^",$b);
if(filemtime($a[3])==filemtime($b[3]))return 0;
if(filemtime("=$a[3])>filemtime($b[3])){
return ($a>$b)?-1:+1;
}
}
$tembl=file("thems.txt"); //или тут...
usort($tembl,"cmp"); //выводит: andefined varriable
Что-то не пойму-дурак...
function cmp($a,$b){
$a=explode("^^",$a);
$b=explode("^^",$b);
if(filemtime($a[3])==filemtime($b[3]))return 0;
if(filemtime("=$a[3])>filemtime($b[3])){
return ($a>$b)?-1:+1;
}
}
$tembl=file("thems.txt"); //или тут...
usort($tembl,"cmp"); //выводит: andefined varriable