pike.hubbe.net

[Top]
Array
previousADT.Table.ASCII.encode() Array.arrayify()next

Module Array


Variable Array

array(mixed) Array.Array

Description

Splice two or more arrays.

This means that the the array becomes an array of the first element in the first given array, the first argument in next array and so on for all arrays. Then the second elements are added, etc.

See also

`/, `*, `+, `-, everynth()


Variable Array

array(mixed) Array.Array

Description

Return an array with every n:th element of the array a.

If n is zero every other element will be returned.

See also

splice(), `/


Extracted from Pike v7.3 release 11 at 2001-11-03.