Chmpx::create Chmpx Class Chmpx::createSlave

Chmpx::createServer

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

Description

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

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

Parameters

Return Values

成功ならば真。

Examples

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

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

bool(true)

See Also

Chmpx::create Chmpx Class Chmpx::createSlave