PageArray/WireArray


Getting Items

$a->getPrev($item)

Introduced in Version 2.0

Description

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

Post Comment