ChmpxServer::__construct ChmpxServer Class ChmpxServer::receive

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

ChmpxServer::__construct ChmpxServer Class ChmpxServer::receive