Results of 1 - 10 of about 16 for finished (0.011 sec.)
- Used in task process for sending result to the worker process when the task is f... 14711
- « Swoole\Server::exist Swoole\Server::getClientInfo » PHP Manual Swoole\Server Used in task proc
...
ding result to the worker process when the task is finished. Swoole\Server::finish (PECL swoole >= 1.9.0) Swoo ...
ding result to the worker process when the task is finished. 説明 public Swoole\Server::finish ( string $data ...
Swoole , Server , task , process , finish , data , finished , when , worker , result ...
-
https://man.plustar.jp/php/swoole-server.finish.html
- [similar]
- FTP サーバーにファイルを保存する(非ブロッキング) 9565
- « ftp_nb_get ftp_nlist » PHP Manual FTP 関数 FTP サーバーにファイルを保存する(非ブロッキング)
...
の、アップロード開始位置。 戻り値 FTP_FAILED 、 FTP_FINISHED あるいは FTP_MOREDATA を返します。 ローカルファイル ...
ret = ftp_nb_continue ( $ftp ); } if ( $ret != FTP_FINISHED ) { echo "There was an error uploading the file... ...
ret = ftp_nb_continue ( $ftp ); } if ( $ret != FTP_FINISHED ) { echo "There was an error uploading the file... ...
-
https://man.plustar.jp/php/function.ftp-nb-put.html
- [similar]
- ファイルの取得/送信を継続する(非ブロッキング) 9426
- « ftp_mlsd ftp_nb_fget » PHP Manual FTP 関数 ファイルの取得/送信を継続する(非ブロッキング) ftp
...
tion クラスのインスタンス 戻り値 FTP_FAILED 、 FTP_FINISHED あるいは FTP_MOREDATA を返します。 変更履歴 バージ ...
ret = ftp_nb_continue ( $ftp ); } if ( $ret != FTP_FINISHED ) { echo "There was an error downloading the file. ...
-
https://man.plustar.jp/php/function.ftp-nb-continue.html
- [similar]
- FTP サーバーからファイルを取得し、ローカルファイルに書き込む(非ブロッキング) 9305
- « ftp_nb_fput ftp_nb_put » PHP Manual FTP 関数 FTP サーバーからファイルを取得し、ローカルファイル
...
リモートファイル内の位置。 戻り値 FTP_FAILED 、 FTP_FINISHED あるいは FTP_MOREDATA を返します。 変更履歴 バージ ...
ret = ftp_nb_continue ( $ftp ); } if ( $ret != FTP_FINISHED ) { echo "There was an error downloading the file. ...
ret = ftp_nb_continue ( $ftp ); } if ( $ret != FTP_FINISHED ) { echo "There was an error downloading the file. ...
-
https://man.plustar.jp/php/function.ftp-nb-get.html
- [similar]
- FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する(非ブロ... 8664
- « ftp_nb_continue ftp_nb_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オ
...
リモートファイル内の位置。 戻り値 FTP_FAILED 、 FTP_FINISHED あるいは FTP_MOREDATA を返します。 変更履歴 バージ ...
ret = ftp_nb_continue ( $ftp ); } if ( $ret != FTP_FINISHED ) { echo "There was an error downloading the file. ...
-
https://man.plustar.jp/php/function.ftp-nb-fget.html
- [similar]
- オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 8664
- « ftp_nb_fget ftp_nb_get » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーに保存する(非
...
の、アップロード開始位置。 戻り値 FTP_FAILED 、 FTP_FINISHED あるいは FTP_MOREDATA を返します。 変更履歴 バージ ...
ret = ftp_nb_continue ( $ftp ); } if ( $ret != FTP_FINISHED ) { echo "There was an error uploading the file... ...
-
https://man.plustar.jp/php/function.ftp-nb-fput.html
- [similar]
- Shutdown all workers 8525
- « Pool::resize Pool::submit » PHP Manual Pool Shutdown all workers Pool::shutdown (PECL pthreads
...
tdown (); // blocks until all submitted tasks have finished executing 関連キーワード: all , workers , Shutdown ...
-
https://man.plustar.jp/php/pool.shutdown.html
- [similar]
- Collect references to completed tasks 8404
- « Pool Pool::__construct » PHP Manual Pool Collect references to completed tasks Pool::collect (
...
ool -> collect ()); // blocks until all tasks have finished executing $pool -> shutdown (); 関連キーワード: re ...
-
https://man.plustar.jp/php/pool.collect.html
- [similar]
- 定義済み定数 8144
- « リソース型 例 » PHP Manual FTP 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
...
D ( int ) 非同期転送が失敗したことを示します。 FTP_FINISHED ( int ) 非同期転送が終了したことを示します。 FTP_M ...
-
https://man.plustar.jp/php/ftp.constants.html
- [similar]
- Oracleとの接続を閉じる 8144
- « oci_client_version oci_commit » PHP Manual OCI8 関数 Oracleとの接続を閉じる oci_close (PHP 5,
...
ci_execute ( $stid , OCI_NO_AUTO_COMMIT ); return "Finished" ; } $r = myfunc (); // この時点でロールバックが発 ...
ース接続が閉じられます。 print $r ; // 関数の戻り値 "Finished" を表示します ?> 注意 注意 : 接続識別子に依存する変 ...
-
https://man.plustar.jp/php/function.oci-close.html
- [similar]