Chmpx::__destruct Chmpx Class Chmpx::createServer

Chmpx::create

ChmpxServer/ChmpxSlaveインスタンスを作成する。

Description

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

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

Parameters

Return Values

成功ならば真。

Examples

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

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

bool(true)

See Also

Chmpx::__destruct Chmpx Class Chmpx::createServer