PageArray/WireArray


Checking for items

isset($a[$key])

Introduced in Version 2.0

Description

Returns true if the given $key is set with an item.

Post Comment