An Auth_OpenID_Mapping maintains a mapping from arbitrary keys to arbitrary values. (This is unlike an ordinary PHP array, whose keys may be only simple scalars.)
Located in /Auth/OpenID/Message.php (line 125)
Returns true if $thing is an Auth_OpenID_Mapping object; false if not.
Initialize a mapping. If $classic_array is specified, its keys and values are used to populate the mapping.
Returns true if the specified value has a key in the mapping; false if not.
Deletes a key-value pair from the mapping with the specified key.
Gets a specified value from the mapping, associated with the specified key. If the key does not exist in the mapping, $default is returned instead.
Sets a key-value pair in the mapping. If the key already exists, its value is replaced with the new value.
Documentation generated on Thu, 29 Jul 2010 13:59:03 -0700 by phpDocumentor 1.4.3