Results of 1 - 10 of about 68 for Shutdown (0.006 sec.)
- Shutdown the worker 12566
- « Worker::isShutdown Worker::stack » PHP Manual Worker Shutdown the worker Worker::shutdown (PEC
...
L pthreads >= 2.0.0) Worker::shutdown — Shutdown the worker 説明 public Worker::shutdown ...
true を、失敗した場合に false を返します。 例 例1 Shutdown the referenced worker <?php $my = new Worker (); $ ...
rt (); /* stack/execute tasks */ var_dump ( $my -> shutdown ()); 上の例の出力は以下となります。 bool(true) 関連 ...
キーワード: worker , Shutdown , Worker , the , shutdown , パラメータ , stacked , ...
-
https://man.plustar.jp/php/worker.shutdown.html
- [similar]
- Shutdown all workers 12310
- « Pool::resize Pool::submit » PHP Manual Pool Shutdown all workers Pool::shutdown (PECL pthreads
...
>= 2.0.0) Pool::shutdown — Shutdown all workers 説明 public Pool::shutdown ...
+ $i ) { $pool -> submit (new Task ()); } $pool -> shutdown (); // blocks until all submitted tasks have finis ...
hed executing 関連キーワード: all , workers , Shutdown , Pool , shutdown , down , パラメータ , pool , pub ...
-
https://man.plustar.jp/php/pool.shutdown.html
- [similar]
- Shutdown the master server process, this function can be called in worker proces... 12154
- « Swoole\Server::set Swoole\Server::start » PHP Manual Swoole\Server Shutdown the master server
...
can be called in worker processes. Swoole\Server::shutdown (PECL swoole >= 1.9.0) Swoole\Server::shutdown — S ...
ed in worker processes. 説明 public Swoole\Server::shutdown (): void パラメータ この関数にはパラメータはありま ...
せん。 戻り値 関連キーワード: Swoole , Server , shutdown , Shutdown , master , server , process , function ...
-
https://man.plustar.jp/php/swoole-server.shutdown.html
- [similar]
- シャットダウン時に実行する関数を登録する 9800
- « get_defined_functions register_tick_function » PHP Manual 関数処理 関数 シャットダウン時に実行
...
する関数を登録する register_shutdown_function (PHP 4, PHP 5, PHP 7, PHP 8) register_shu ...
ャットダウン時に実行する関数を登録する 説明 register_shutdown_function ( callable $callback , mixed ...$args ): ...
きに実行するコールバック関数を登録します。 register_shutdown_function() は複数回コールする ことが可能で、登録さ ...
ダウン関数をキューの最後に追加するために、 register_shutdown_function() そのものをコールしても構いません。 パラ ...
-
https://man.plustar.jp/php/function.register-shutdown-function.html
- [similar]
- State Detection 9587
- « Worker::getStacked Worker::shutdown » PHP Manual Worker State Detection Worker::isShutdown (PE
...
CL pthreads >= 2.0.0) Worker::isShutdown — State Detection 説明 public Worker::isShutdown ( ...
): bool Whether the worker has been shutdown or not. パラメータ この関数にはパラメータはありませ ...
ん。 戻り値 Returns whether the worker has been shutdown or not. 例 例1 Detect the state of a worker <?php ...
r (); $worker -> start (); var_dump ( $worker -> isShutdown ()); $worker -> shutdown (); var_dump ( $worker -> ...
-
https://man.plustar.jp/php/worker.isshutdown.html
- [similar]
- メッセージを出力し、現在のスクリプトを終了する 8935
- « eval get_browser » PHP Manual その他の関数 メッセージを出力し、現在のスクリプトを終了する exit
...
ct: ' . __METHOD__ . '()' . PHP_EOL ; } } function shutdown () { echo 'Shutdown: ' . __FUNCTION__ . '()' . PHP ...
_EOL ; } $foo = new Foo (); register_shutdown_function ( 'shutdown' ); exit(); echo 'これは出力さ ...
れません。' ; ?> 上の例の出力は以下となります。 Shutdown: shutdown() Destruct: Foo::__destruct() 注意 注意 ...
この言語構造は、 die() と等価です。 参考 register_shutdown_function() - シャットダウン時に実行する関数を登録す ...
-
https://man.plustar.jp/php/function.exit.html
- [similar]
- 全二重接続を終了する 8935
- « stream_socket_server stream_supports_lock » PHP Manual ストリーム 関数 全二重接続を終了する st
...
ream_socket_shutdown (PHP 5 >= 5.2.1, PHP 7, PHP 8) stream_socket_shutd ...
own — 全二重接続を終了する 説明 stream_socket_shutdown ( resource $stream , int $mode ): bool 全二重接続を ...
敗した場合に false を返します。 例 例1 stream_socket_shutdown() の例 <?php $server = stream_socket_server ( 'tcp ...
dump ( fputs ( $client , "hello" )); stream_socket_shutdown ( $client , STREAM_SHUT_WR ); var_dump ( fputs ( $ ...
-
https://man.plustar.jp/php/function.stream-socket-shutdown.html
- [similar]
- セッションのシャットダウン関数 8637
- « session_regenerate_id session_reset » PHP Manual セッション関数 セッションのシャットダウン関数
...
session_register_shutdown (PHP 5 >= 5.4.0, PHP 7, PHP 8) session_register_sh ...
セッションのシャットダウン関数 説明 session_register_shutdown (): void session_write_close() をシャットダウン関数 ...
す。 関連キーワード: 関数 , セッション , register , shutdown , 登録 , パラメータ , regenerate , エラー , 例外 , ...
-
https://man.plustar.jp/php/function.session-register-shutdown.html
- [similar]
- Worker クラス 8594
- « Thread::start Worker::collect » PHP Manual pthreads Worker クラス Worker クラス (PECL pthreads
...
ら外れる (どこからも参照されなくなる) プログラマーが shutdown を呼ぶ スクリプトが終了する つまり、プログラマーは ...
ctor = ? ): int public getStacked (): int public isShutdown (): bool public shutdown (): bool public stack ( T ...
tStacked — Gets the remaining stack size Worker::isShutdown — State Detection Worker::shutdown — Shutdown the ...
read , クラス , int , メソッド , stack , collect , shutdown , 実行 ...
-
https://man.plustar.jp/php/class.worker.html
- [similar]
- 受信、送信、または送受信用のソケットをシャットダウンする 8594
- « socket_setopt socket_strerror » PHP Manual ソケット 関数 受信、送信、または送受信用のソケットを
...
シャットダウンする socket_shutdown (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_shutd ...
は送受信用のソケットをシャットダウンする 説明 socket_shutdown ( Socket $socket , int $mode = 2 ): bool socket_sh ...
キーワード: ソケット , 受信 , 送信 , 送受信 , mode , shutdown , 停止 , Socket , 読み込み , 書き込み ...
-
https://man.plustar.jp/php/function.socket-shutdown.html
- [similar]