File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,7 +256,9 @@ <h3>ステップ2)workerコマンドをコピー</h3>
256256
257257 < pre color-change ="command " aria-label ="Usage表示 ">
258258> php worker
259- SOCKET-MANAGER Framework 1.0.0
259+
260+ SOCKET-MANAGER Framework 1.X.X
261+
260262Usage:
261263 command [arguments]
262264
@@ -266,6 +268,15 @@ <h3>ステップ2)workerコマンドをコピー</h3>
266268 craft:protocol < プロトコルUNIT定義のクラス名> プロトコルUNIT定義のクラスとステータス名Enumの生成
267269 craft:command < コマンドUNIT定義のクラス名> コマンドUNIT定義のクラスとキュー/ステータス名Enumの生成
268270 craft:main < メイン処理のクラス名> メイン処理クラスの生成
271+ runtime
272+ runtime:init < 初期化クラス名> 初期化クラスの生成
273+ runtime:parameter <UNITパラメータクラス名> UNITパラメータクラスの生成
274+ runtime:units < ランタイムUNIT定義のクラス名> ランタイムUNIT定義のクラスとキュー/ステータス名Enumの生成
275+ runtime:main < メイン処理のクラス名> メイン処理クラスの生成
276+ simple
277+ simple:tcp-server < メイン処理のクラス名> TCPサーバー用メイン処理クラスの生成
278+ simple:tcp-client < メイン処理のクラス名> TCPクライアント用メイン処理クラスの生成
279+ simple:udp < メイン処理のクラス名> UDP通信用メイン処理クラスの生成
269280 laravel
270281 laravel:command < メイン処理のクラス名> Laravelコマンドクラスの生成
271282
You can’t perform that action at this time.
0 commit comments