hw_mapid
(PHP 4)
hw_mapid — Maps global id on virtual local id
Description
$connection
, int $server_id
, int $object_id
)Maps a global object id on any hyperwave server, even those you did not connect to with hw_connect(), 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().
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.c
Parameters
-
connection
-
The connection identifier.
-
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.
-
object_id
-
The object identifier.
Return Values
Returns the virtual object id.
- hw_Array2Objrec
- hw_changeobject
- hw_Children
- hw_ChildrenObj
- hw_Close
- hw_Connect
- hw_connection_info
- hw_cp
- hw_Deleteobject
- hw_DocByAnchor
- hw_DocByAnchorObj
- hw_Document_Attributes
- hw_Document_BodyTag
- hw_Document_Content
- hw_Document_SetContent
- hw_Document_Size
- hw_dummy
- hw_EditText
- hw_Error
- hw_ErrorMsg
- hw_Free_Document
- hw_GetAnchors
- hw_GetAnchorsObj
- hw_GetAndLock
- hw_GetChildColl
- hw_GetChildCollObj
- hw_GetChildDocColl
- hw_GetChildDocCollObj
- hw_GetObject
- hw_GetObjectByQuery
- hw_GetObjectByQueryColl
- hw_GetObjectByQueryCollObj
- hw_GetObjectByQueryObj
- hw_GetParents
- hw_GetParentsObj
- hw_getrellink
- hw_GetRemote
- hw_getremotechildren
- hw_GetSrcByDestObj
- hw_GetText
- hw_getusername
- hw_Identify
- hw_InCollections
- hw_Info
- hw_InsColl
- hw_InsDoc
- hw_insertanchors
- hw_InsertDocument
- hw_InsertObject
- hw_mapid
- hw_Modifyobject
- hw_mv
- hw_New_Document
- hw_objrec2array
- hw_Output_Document
- hw_pConnect
- hw_PipeDocument
- hw_Root
- hw_setlinkroot
- hw_stat
- hw_Unlock
- hw_Who
Коментарии
404 Not Found