- In wandystan_usunto_at_yahoogroups.com, Q. H. / B. O. i. Ł.-C.
<tongzhi.qiu_usunto_at_...> wrote:
>
> Grzebię sobie właśnie w kodzie do wyświetlania prasy na stronie MW
i
> trafiłem na następujący fragment kodu:
>
> foreach($n as $i => $s)
> foreach($s as $e){
> if(!$r[$j = $e[0]]) $r[$j] = array();
> $r[$j][] = array($i, $e[1]);
> }
> krsort($r);
> $r = array_slice($r, 0, 7);
>
>
To nie moje:) Nie wiem czyje:)
khand
Received on Sat 15 Mar 2008 - 06:15:54 CET