Chmpx::createServer Chmpx Class Chmpx::destroy

Chmpx::createSlave

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

Description

public function createSlave(string $filepath, bool $is_auto_rejoin = false): bool

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

Parameters

Return Values

成功ならば真。

Examples

php -r '$chmpx = new Chmpx(); var_dump($chmpx->createSlave("./tests/slave.yaml", true));' 

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

bool(true)

See Also

Chmpx::createServer Chmpx Class Chmpx::destroy