This package implements the IDictionary interface to access associative arrays.
It is based on the Dictionary Object of the Microsoft Scripting Runtime Library. It is a PHP Dictionary object equivalent to the Perl associative array.
The dictionary items can be any type. These items are stored in the dictionary array.
Each item is associated to an unique key. The key is used to retrieve an individual item. Usually this key is an integer or a string, but can be anything except an array.