PageArray/WireArray


Setting and modifying items

$a->shift()

Introduced in Version 2.0

Description

Remove (shift) the first $item from the WireArray and return it.

Post Comment