PageArray/WireArray


Setting and modifying items

$a->unshift($item)

Introduced in Version 2.0

Description

Prepend the given item to the beginning of the WireArray (same as prepend)

Post Comment