 | | To retrieve an item from the database, the dbm_fetch function is used. The db parameter specifies an open database, and the key for the item is given in key. The content for that key is returned as a datum type; note that the structure itself is returned, not a pointer to the structure. If no item was found for the key, then the dptr field of the datum structure will be null. | |
|