Horde_HashTable_Base::_set PHP Method

_set() abstract protected method

Set the value of a key.
abstract protected _set ( string $key, string $val, array $opts ) : boolean
$key string The key.
$val string The string to store.
$opts array Additional options (see set()).
return boolean True on success.
    protected abstract function _set($key, $val, $opts);