PageArray/WireArray


Setting and modifying items

$a[$key] = $item

Introduced in Version 2.0

Description

Add the given $item, associating it with index $key.

Post Comment