Locks an object for exclusive editing by the user calling this function.
The object can be only unlocked by this user or the system user. The
parameter array contains the required element 'objectIdentifier' and the
optional parameters 'mode' and 'objectquery'.
'mode' determines how an object is locked.
HW_API_LOCK_NORMAL means,
an object is locked until it is unlocked.
HW_API_LOCK_RECURSIVE
is only valid for collection and locks all objects
within the collection and possible subcollections.
HW_API_LOCK_SESSION means, an
object is locked only as long as the session is valid.
hwapi lock php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php hwapi lock syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.