1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
public function offsetExists($key)
return isset($this->items[$key]);
* Get an item at a given offset.
public function offsetGet($key)
* Set the item at a given offset.