PageArray/WireArray


Setting and modifying items

$a->set($key, $item)

Introduced in Version 2.0

Description

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

Post Comment