Horde_HashTable_Vfs::_exists PHP Method

_exists() protected method

protected _exists ( $keys )
    protected function _exists($keys)
    {
        $out = array();
        foreach ($keys as $key) {
            $out[$key] = $this->_vfs->exists($this->_params['vfspath'], $key);
        }
        return $out;
    }