ChmpxSlave Class ChmpxSlave::__destruct

ChmpxSlave::__construct

ChmpxSlaveインスタンスを作成する

説明

public function __construct($handle, bool $no_giveup_rejoin = false) {}

ChmpxSlaveインスタンスを作成します。

パラメータ

php -r '
> $handle = chmpxpx_create("./tests/slave.yaml", false, true);
> $slvobj = new ChmpxSlave($handle);
> chmpxpx_destroy($handle);
'

上の例は、下のように出力されます。

object(ChmpxSlave)#1 (2) {
  ["chmpx_handle"]=>
  resource(4) of type (chmpx_handle)
  ["msgid_handle"]=>
  resource(5) of type (msgid_handle)
}

参考

ChmpxSlave Class ChmpxSlave::__destruct