LinkedList::offsetExists

(Available since version 1.0)

LinkedList::offsetExistsReturns whether the requested index exists

Description

public bool LinkedList::offsetExists ( int $index )

Parameters

index

The index being checked.

Return Values

TRUE if the requested index exists, otherwise FALSE.

To Top