Data/TypesMap.php

A Map Class

This file contains the Map class. A map is quite a formidable data type. Traditionally an array in PHP is associative, using integers or strings as hashes/keys. This class allows the creation of an associate array where the key can be any data type or object, and the value can be any data type or object.

Classes

Map Map Class - Defines A Map Data Structure