\Horde_Support_CaseInsensitiveArray

An array implemented as an object that contains case-insensitive keys.

Summary

Methods
Properties
Constants
offsetGet()
offsetSet()
offsetExists()
offsetUnset()
No public properties found
No constants found
_getRealOffset()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

offsetGet()

offsetGet(  $offset) 

Parameters

$offset

offsetSet()

offsetSet(  $offset,   $value) 

Parameters

$offset
$value

offsetExists()

offsetExists(  $offset) 

Parameters

$offset

offsetUnset()

offsetUnset(  $offset) 

Parameters

$offset

_getRealOffset()

_getRealOffset(string  $offset) : string

Determines the actual array offset given the input offset.

Parameters

string $offset

Input offset.

Returns

string —

Real offset or null.