PageArray/WireArray


Getting Items

$a->getNext($item)

Introduced in Version 2.0

Description

Given an item already in the WireArray, return the item that comes after it in this WireArray or NULL if no match.

Post Comment