Query: hw_getandlock
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HW_GETANDLOCK(3) 1 HW_GETANDLOCK(3) hw_GetAndLock - Return object record and lock objectSYNOPSISstring hw_getandlock (int $connection, int $objectID)DESCRIPTIONReturns the object record for the object with ID $objectID. It will also lock the object, so other users cannot access it until it is unlocked.PARAMETERSo $connection - The connection identifier. o $objectID - The object identifier.RETURN VALUESReturns the object record for the object with ID $objectID.SEE ALSOhw_unlock(3), hw_getobject(3). PHP Documentation Group HW_GETANDLOCK(3)