Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 3

Functions Or Methods Fixed-size Array Dynamic Array Associative Array Queues

size() NO YES YES YES


insert() NO NO NO YES

delete() NO YES YES YES

pop_front() NO NO NO YES
pop_back() NO NO NO YES
push_front() NO NO NO YES
push_back() NO NO NO YES
num() NO NO YES NO
new[] NO YES NO NO
Array Ordering Methods
sort() YES YES NO YES

Array Locator Methods


min() YES YES YES YES
max() YES YES YES YES
find_index() NO NO NO YES
Array querying functions 
$size YES YES YES YES

$lef YES YES Doubt YES


$right YES YES Doubt YES
$high YES YES Doubt YES
$low YES YES Doubt YES
$increment YES YES YES YES
$dimensions YES YES YES YES
Comments

In Dynamic Array delete() method delete all elements of the array . Delete(index) is not
delete perticular index,it delete all elememts.

In associative arrays it showing warning. Warning is :-$lef() is currently not supported with Associative arrays.

In associative arrays it showing warning. Warning is :-$right() is currently not supported with Associative arrays.
In associative arrays it showing warning. Warning is :-$high() is currently not supported with Associative arrays.
In associative arrays it showing warning. Warning is :-$low() is currently not supported with Associative arrays.

1D array it is showing 2D at run time in all arrays


sociative arrays.

Associative arrays.
ssociative arrays.
ssociative arrays.

You might also like