PageArray/WireArray


Setting and modifying items

$a->push($item)

Introduced in Version 2.0

Description

Push the given item onto the end of the WireArray.

Post Comment