Horde_Lock::resetLock PHP Method

resetLock() abstract public method

Extend the valid lifetime of a valid lock to now + $extend.
abstract public resetLock ( string $lockid, integer $extend ) : boolean
$lockid string Lock ID to reset. Must be a valid, non-expired lock.
$extend integer Extend lock this many seconds from now.
return boolean Returns true on success.
    public abstract function resetLock($lockid, $extend);