検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 279 for status (0.026 sec.)
Send the result and complete status 6659
« GearmanJob::returnCode GearmanJob::sendData » PHP Manual GearmanJob Send the result and comple ... te status GearmanJob::sendComplete (PECL gearman >= 0.6.0) G ... anJob::sendComplete — Send the result and complete status 説明 public GearmanJob::sendComplete ( string $res ... ult ): bool Sends result data and the complete status update for this job. パラメータ result Serialized ... を返します。 参考 GearmanJob::sendFail() - Send fail status GearmanJob::setReturn() - Set a return value 関連キ ...
https://man.plustar.jp/php/gearmanjob.sendcomplete.html - [similar]
Basic Gearman client and worker, submitting tasks 6601
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... -> setDataCallback ( "reverse_data" ); $gmc -> setStatusCallback ( "reverse_status" ); $gmc -> setCompleteC ... $task -> jobHandle () . "\n" ; } function reverse_status ( $task ) { echo "STATUS: " . $task -> jobHandle ( ... Workload: $workload ( $workload_size )\n" ; # This status loop is not needed, just showing how it works for ... = 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " . ( $x + 1 ) . "/ $workload_size complete\n" ; ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Send status 6514
« GearmanJob::sendFail GearmanJob::sendWarning » PHP Manual GearmanJob Send status GearmanJob::s ... endStatus (PECL gearman >= 0.6.0) GearmanJob::sendStatus — S ... end status 説明 public GearmanJob::sendStatus ( int $numerato ... r , int $denominator ): bool Sends status information to the job server and any listening cl ... した場合に false を返します。 参考 GearmanClient::jobStatus() - Get the status of a background job GearmanTask ...
https://man.plustar.jp/php/gearmanjob.sendstatus.html - [similar]
Assigns read, write and event(status) callbacks 6485
« EventBufferEvent::readBuffer EventBufferEvent::setPriority » PHP Manual EventBufferEvent Assig ... ns read, write and event(status) callbacks EventBufferEvent::setCallbacks (PECL ev ... vent::setCallbacks — Assigns read, write and event(status) callbacks 説明 public EventBufferEvent::setCallba ... xed $arg = ? ): void Assigns read, write and event(status) callbacks. パラメータ readcb Read event callback. ... llback. See About buffer event callbacks . eventcb Status-change event callback. See About buffer event call ...
https://man.plustar.jp/php/eventbufferevent.setcallbacks.html - [similar]
Send the result and complete status (deprecated) 6485
« GearmanJob GearmanJob::__construct » PHP Manual GearmanJob Send the result and complete status ... earmanJob::complete — Send the result and complete status (deprecated) 説明 public GearmanJob::complete ( st ... $result ): bool Sends result data and the complete status update for this job. 注意 : This method has been r ... を返します。 参考 GearmanJob::sendFail() - Send fail status GearmanJob::setReturn() - Set a return value 関連キ ... ーワード: result , complete , status , GearmanJob , Send , deprecated , the , data , 失 ...
https://man.plustar.jp/php/gearmanjob.complete.html - [similar]
Send fail status 6485
« GearmanJob::sendException GearmanJob::sendStatus » PHP Manual GearmanJob Send fail status Gear ... gearman >= 0.6.0) GearmanJob::sendFail — Send fail status 説明 public GearmanJob::sendFail (): bool Sends fa ... ilure status for this job, indicating that the job failed in a ... ::setReturn() - Set a return value GearmanJob::sendStatus() - Send status GearmanJob::sendWarning() - Send a ... warning 関連キーワード: Send , GearmanJob , status , fail , job , exception , sendFail , パラメータ , ...
https://man.plustar.jp/php/gearmanjob.sendfail.html - [similar]
Send fail status (deprecated) 6359
« GearmanJob::exception GearmanJob::functionName » PHP Manual GearmanJob Send fail status (depre ... ECL gearman <= 0.5.0) GearmanJob::fail — Send fail status (deprecated) 説明 public GearmanJob::fail (): bool ... Sends failure status for this job, indicating that the job failed in a ... ::setReturn() - Set a return value GearmanJob::sendStatus() - Send status GearmanJob::sendWarning() - Send a ... warning 関連キーワード: GearmanJob , Send , fail , status , deprecated , exception , job , パラメータ , send ...
https://man.plustar.jp/php/gearmanjob.fail.html - [similar]
定義済み定数 6301
« リソース型 例 » PHP Manual PostgreSQL 定義済み定数 定義済み定数 以下の定数が定義されています。 ... ( int ) PGSQL_CONNECTION_BAD ( int ) pg_connection_status() から返され、データベースとの 接続が不正な状態にな ... ( int ) PGSQL_CONNECTION_OK ( int ) pg_connection_status() から返され、データベースとの 接続が正常であること ... ら始められます。 PGSQL_EMPTY_QUERY ( int ) pg_result_status() から返されます。 サーバーに送信された文字列が空で ... した。 PGSQL_COMMAND_OK ( int ) pg_result_status() から返されます。 コマンドは正常に終了し、何もデー ...
https://man.plustar.jp/php/pgsql.constants.html - [similar]
Gearman 6214
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... d task to be run in parallel GearmanClient::addTaskStatus — Add a task to get status GearmanClient::clearCal ... a single task and return a result GearmanClient::doStatus — Get the status for the running task GearmanClien ... t::getErrno — Get an errno value GearmanClient::jobStatus — Get the status of a background job GearmanClient ... :setOptions — Set client options GearmanClient::setStatusCallback — Set a callback for collecting task statu ...
https://man.plustar.jp/php/book.gearman.html - [similar]
サーバーのパラメータ設定を検索する 6214
« pg_options pg_pconnect » PHP Manual PostgreSQL 関数 サーバーのパラメータ設定を検索する pg_para ... meter_status (PHP 5, PHP 7, PHP 8) pg_parameter_status — サーバ ... ーのパラメータ設定を検索する 説明 pg_parameter_status ( PgSql\Connection $connection = ? , string $param ... 時にサーバーから 自動的に通知されます。 pg_parameter_status() は これらの設定問い合わせるために使用可能です。指 ... 通知する機能を持っていません。 しかし、 pg_parameter_status() には server_version および client_encoding を取得 ...
https://man.plustar.jp/php/function.pg-parameter-status.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT