検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 269 for send (0.009 sec.)
Sends a message 7111
« Stomp::readFrame Stomp::setReadTimeout » PHP Manual Stomp Sends a message Stomp::send stomp_send ... nd (PECL stomp >= 0.1.0) Stomp::send -- stomp_sendSends a message 説明 オブジェクト指 ... 向型 (method): public Stomp::send ( string $destination , mixed $msg , array $header ... s = ? ): bool 手続き型: stomp_send ( resource $link , string $destination , mixed $ms ... g , array $headers = ? ): bool Sends a message to the Message Broker. パラメータ link ...
https://man.plustar.jp/php/stomp.send.html - [similar]
Send fail status 7082
« GearmanJob::sendException GearmanJob::sendStatus » PHP Manual GearmanJob Send fail status Gear ... manJob::sendFail (PECL gearman >= 0.6.0) GearmanJob::sendFail — ... Send fail status 説明 public GearmanJob::sendFail (): b ... ool Sends failure status for this job, indicating that the ... 、失敗した場合に false を返します。 参考 GearmanJob::sendException() - Send exception for running job (excep ...
https://man.plustar.jp/php/gearmanjob.sendfail.html - [similar]
Send a warning (deprecated) 7052
« GearmanJob::unique GearmanJob::workload » PHP Manual GearmanJob Send a warning (deprecated) Ge ... ning (PECL gearman <= 0.5.0) GearmanJob::warning — Send a warning (deprecated) 説明 public GearmanJob::war ... ning ( string $warning ): bool Sends a warning for this job while it is running. 注意 ... : This method has been replaced by GearmanJob::sendWarning() in the 0.6.0 release of the Gearman exten ... 、失敗した場合に false を返します。 参考 GearmanJob::sendComplete() - Send the result and complete status Ge ...
https://man.plustar.jp/php/gearmanjob.warning.html - [similar]
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 6954
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバ ... ーに送信し、その結果を待たない pg_send_query_params (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_sen ... 分割してサーバーに送信し、その結果を待たない 説明 pg_send_query_params ( PgSql\Connection $connection , stri ... 信します。その結果を待つことは しません。 これは pg_send_query() とほぼ同じですが、パラメータが query とは別 ... ジョンでは、 リソース を期待していました。 例 例1 pg_send_query_params() の使用法 <?php $dbconn = pg_connect ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]
Send fail status (deprecated) 6925
« GearmanJob::exception GearmanJob::functionName » PHP Manual GearmanJob Send fail status (depre ... b::fail (PECL gearman <= 0.5.0) GearmanJob::fail — Send fail status (deprecated) 説明 public GearmanJob::f ... ail (): bool Sends failure status for this job, indicating that the ... 注意 : This method has been replaced by GearmanJob::sendFail() in the 0.6.0 release of the Gearman extensio ... 、失敗した場合に false を返します。 参考 GearmanJob::sendException() - Send exception for running job (excep ...
https://man.plustar.jp/php/gearmanjob.fail.html - [similar]
Send data for a task 6886
« GearmanTask::sendData GearmanTask::taskDenominator » PHP Manual GearmanTask Send data for a ta ... sk GearmanTask::sendWorkload (PECL gearman >= 0.6.0) GearmanTask::sendW ... orkload — Send data for a task 説明 public GearmanTask::sendWorkl ... 自己責任で使用してください。 パラメータ data Data to send to the worker. 戻り値 The length of data sent, or ... false if the send failed. 参考 GearmanTask::recvData() - Read work o ...
https://man.plustar.jp/php/gearmantask.sendworkload.html - [similar]
Send data for a task (deprecated) 6856
« GearmanTask::returnCode GearmanTask::sendWorkload » PHP Manual GearmanTask Send data for a tas ... k (deprecated) GearmanTask::sendData (PECL gearman <= 0.5.0) GearmanTask::sendData ...Send data for a task (deprecated) 説明 public GearmanTa ... sk::sendData ( string $data ): int 警告 この関数は、 実験的 ... 自己責任で使用してください。 パラメータ data Data to send to the worker. 戻り値 The length of data sent, or ...
https://man.plustar.jp/php/gearmantask.senddata.html - [similar]
リクエストを送信し、応答を待つ 6788
« radius_salt_encrypt_attr radius_server_secret » PHP Manual Radius 関数 リクエストを送信し、応答 ... を待つ radius_send_request (PECL radius >= 1.1.0) radius_send_request ... — リクエストを送信し、応答を待つ 説明 radius_send_request ( resource $radius_handle ): int Radius リ ... クエストを作成した後は、 radius_send_request() でそれを送信します。 radius_send_request ... リソース。 戻り値 有効な応答を受信したら、 radius_send_request() は応答の型を示す Radius コードを返します ...
https://man.plustar.jp/php/function.radius-send-request.html - [similar]
Send exception for running job (exception) 6729
« GearmanJob::sendData GearmanJob::sendFail » PHP Manual GearmanJob Send exception for running j ... ob (exception) GearmanJob::sendException (PECL gearman >= 0.6.0) GearmanJob::sendE ... xception — Send exception for running job (exception) 説明 public ... GearmanJob::sendException ( string $exception ): bool Sends the sup ... nJob::setReturn() - Set a return value GearmanJob::sendStatus() - Send status GearmanJob::sendWarning() - ...
https://man.plustar.jp/php/gearmanjob.sendexception.html - [similar]
Sends a message 6729
« ZMQSocket::recvMulti ZMQSocket::sendmulti » PHP Manual ZMQSocket Sends a message ZMQSocket::send ... nd (PECL zmq >= 0.5.0) ZMQSocket::sendSends a message 説明 public ZMQSocket::send ( st ... ring $message , int $mode = 0 ): ZMQSocket Send a message using the socket. The operation can bloc ... NOBLOCK is used. パラメータ message The message to send. mode Pass mode flags to receive multipart message ... lock bool false shall be returned. 関連キーワード: Sends , ZMQSocket , a , send , mode , operation , messa ...
https://man.plustar.jp/php/zmqsocket.send.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT