ChmpxServer::__destruct
Destroys a ChmpxServer instance
Description
public function __destruct()
Destroys a ChmpxServer instance
Parameters
Examples
php -r '
> $handle = chmpxpx_create_server("./tests/server.yaml", true);
> $svrobj = new ChmpxServer($handle);
> unset($svrobj);
> chmpxpx_destroy($handle);
'
See Also
- chmpxpx_create_server - Creates a chmpx server handle
- ChmpxServer::construct - Creates a empty ChmpxServer instance
- chmpxpx_destroy - Destroys a chmpx handle