Documentation

Horde_Support_CaseInsensitiveArray extends ArrayIterator
in package

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

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

http://www.horde.org/licenses/bsd BSD

Table of Contents

offsetExists()  : mixed
offsetGet()  : mixed
offsetSet()  : mixed
offsetUnset()  : mixed
_getRealOffset()  : string
Determines the actual array offset given the input offset.

Methods

offsetExists()

public offsetExists(mixed $offset) : mixed
Parameters
$offset : mixed
Return values
mixed

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Return values
mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : mixed
Parameters
$offset : mixed
$value : mixed
Return values
mixed

offsetUnset()

public offsetUnset(mixed $offset) : mixed
Parameters
$offset : mixed
Return values
mixed

_getRealOffset()

Determines the actual array offset given the input offset.

protected _getRealOffset(string $offset) : string
Parameters
$offset : string

Input offset.

Return values
string

Real offset or null.

Search results