hw_mapid()
hw_mapid - Maps global id on virtual local id
Syntax
int hw_mapid (
int $connection,
int $server_id,
int $object_id)
Arguments
- 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.
Description
Maps a global object id on any hyperwave server, even those you did not connect to with hw_connect(), onto a virtual object id.
Version
PHP 4
Return value
Returns the virtual object id.