PageArray/WireArray


Getting Items

$a[$key]

Introduced in Version 2.0

Description

Returns the value of the item at the given $key, or null if not set.

Post Comment