Horde_HashTable_Base::_exists PHP Method

_exists() abstract protected method

Get data associated with keys.
abstract protected _exists ( array $keys ) : array
$keys array An array of keys.
return array Existence check. Values are boolean true/false.
    protected abstract function _exists($keys);