chmpxpx_create
chmpxハンドルを作る
説明
function chmpxpx_create(string $filepath, bool $is_on_server, bool $is_auto_rejoin = false) {}
chmpxハンドルを作ります。
パラメータ
- filepath
- chmpxの設定ファイルのパス。
- is_on_server
- 真ならばChmpxServerインスタンスを生成する。
- is_auto_rejoin
- 真ならばchmpxのサーバまたはchmpxのスレーブプロセスに自動的に再接続する。
戻り値
成功時は、chmpxハンドル。失敗時は偽。
例
php -r 'var_dump(chmpxpx_create("./tests/server.yaml", true));'
上の例は、下のように出力されます。
resource(4) of type (chmpx_handle)
参考
- Chmpx::create - Creates a chmpx handle