PageArray/WireArray


Setting and modifying items

unset($array[$key])

Introduced in Version 2.0

Description

Removes the item with the given $key from the WireArray.

Post Comment