|
Home
iRate! IceMelon IM Tutorials Headlines CoolSites PHP Functions |
|
Most Referenced Functions » google_pagerank() » preg_replace() » site_pageranks() » imagecreatefrompng() » htmlentities() » imagepng() » imagestring() » imagedestroy() » preg_match() » imagecolorallocate() » header() » fopen() » session_start() » getimagesize() » strpos() » strstr() » preg_match_all() » ob_start() » nl2br() » array2vars() » ob_flush() » str_replace() » flush() » htmlspecialchars() » setcookie() » urlencode() » ereg() » preg_split() » ereg_replace() » var_dump() Our Sponsors » Weblog Community » Rock Music Community - meet fans » Furniture Stores Allentown Become a sponsor for $15/month. Link is sitewide - PR5 homepage, 20+ PR4 pages, 90+ PR3 pages. Email dave[AT]icemelon[D0T]c0m.
Local search Connecticut furniture stores can be found at FurnitureCatch:
Furniture Stores Norwalk,
Furniture Stores Stamford,
Furniture Stores Greenwich,
Furniture Stores New Canaan,
Furniture Stores Darien
|
PHP Functions
Function: hw_mapid (PHP 3 >= 3.0.13, PHP 4, PECL) hw_mapid -- Maps global id on virtual local idDescriptionint hw_mapid ( int 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() . 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. 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 Related Function(s) |