Query: hw_mapid
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HW_MAPID(3) 1 HW_MAPID(3) hw_mapid - Maps global id on virtual local idSYNOPSISint hw_mapid (int $connection, int $server_id, int $object_id)DESCRIPTIONMaps a global object id on any hyperwave server, even those you did not connect to with hw_connect(3), onto a virtual object id. This virtual object id can then be used as any other object id, e.g. to obtain the object record with hw_getobject(3). Note: In order to use this function you will have to set the F_DISTRIBUTED flag, which can currently only be set at compile time in hg_comm.c. It is not set by default. Read the comment at the beginning of hg_comm.cPARAMETERSo $connection - The connection identifier. o $server_id - The server id is the first part of the global object id (GOid) of the object which is actually the IP number as an integer. o $object_id - The object identifier.RETURN VALUESReturns the virtual object id. PHP Documentation Group HW_MAPID(3)