(PECL)
maxdb_kill
(no version information, might be only in CVS)
maxdb->kill -- Disconnects from a MaxDB server
Description
Procedural style:
bool
maxdb_kill ( resource link, int processid )
Object oriented style (method)
class
maxdb {
bool
kill ( int processid )
}
This function is used to disconnect from a MaxDB server specified
by the processid parameter.