hw_api::unlock

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN)

hw_api::unlockUnlocks a locked object

说明

hw_api::unlock ( array $parameter ) : bool

Unlocks a locked object. Only the user who has locked the object and the system user may unlock an object.

参数

parameter

The parameter array contains the required element 'objectIdentifier' and the optional parameters 'mode' and 'objectquery'. The meaning of 'mode' is the same as in function hwapi_lock().

返回值

Returns TRUE on success or an object of class HW_API_Error.

参见