$keys = array_slice(array_keys($array), $offset, $length); foreach($keys as $key) { $return[$key] = $array[$key]; } return $return; } up down-1 info [at] saiptek.com ...
ro1.php.net