検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 269 for send (0.005 sec.)
Send another data chunk as part of an ongoing chunked reply 6660
« EventHttpRequest::sendReply EventHttpRequest::sendReplyEnd » PHP Manual EventHttpRequest Send ... part of an ongoing chunked reply EventHttpRequest::sendReplyChunk (PECL event >= 1.4.0-beta) EventHttpRequ ... est::sendReplyChunk — Send another data chunk as part of an ... ngoing chunked reply 説明 public EventHttpRequest::sendReplyChunk ( EventBuffer $buf ): void Send another ... uf will be empty. パラメータ buf The data chunk to send as part of the reply. 戻り値 値を返しません。 参考 ...
https://man.plustar.jp/php/eventhttprequest.sendreplychunk.html - [similar]
指定したパラメータでプリペアドステートメントを実行するリクエストを 送信し、その... 6602
« pg_select pg_send_prepare » PHP Manual PostgreSQL 関数 指定したパラメータでプリペアドステートメ ... を実行するリクエストを 送信し、その結果を待たない pg_send_execute (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_exe ... するリクエストを 送信し、その結果を待たない 説明 pg_send_execute ( PgSql\Connection $connection , string $s ... クエストを 送信し、その結果を待ちません。 これは pg_send_query_params() と似ています。 しかし、実行するコマ ... トが実行されます。名前は、事前に pg_prepare() ・ pg_send_prepare() あるいは PREPARE SQL コマンドで準備された ...
https://man.plustar.jp/php/function.pg-send-execute.html - [similar]
Send exception for running job (deprecated) 6602
« GearmanJob::data GearmanJob::fail » PHP Manual GearmanJob Send exception for running job (depr ... on (PECL gearman <= 0.5.0) GearmanJob::exception — Send exception for running job (deprecated) 説明 public ... GearmanJob::exception ( string $exception ): bool Sends the supplied exception when this job is running. ... 注意 : This method has been replaced by GearmanJob::sendException() in the 0.6.0 release of the Gearman ext ... nJob::setReturn() - Set a return value GearmanJob::sendStatus() - Send status GearmanJob::sendWarning() - ...
https://man.plustar.jp/php/gearmanjob.exception.html - [similar]
Swoole 6533
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... nt::resume — Resume receiving data. Swoole\Client::sendSend data to the remote TCP socket. Swoole\Clien ... t::sendfile — Send file to the remote TCP socket. Swoole\C ... lient::sendto — Send data to the remote UDP address. Swoole\Cl ... lient::recv — Description Swoole\Coroutine\Client::send — Description Swoole\Coroutine\Client::sendfile — ...
https://man.plustar.jp/php/book.swoole.html - [similar]
指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 6504
« pg_send_execute pg_send_query_params » PHP Manual PostgreSQL 関数 指定したパラメータでプリペア ... を作成するリクエストを 送信し、その結果を待たない pg_send_prepare (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_pre ... するリクエストを 送信し、その結果を待たない 説明 pg_send_prepare ( PgSql\Connection $connection , string $s ... ジョンでは、 リソース を期待していました。 例 例1 pg_send_prepare() の使用法 <?php $dbconn = pg_connect ( "d ... 準備する if (! pg_connection_busy ( $dbconn )) { pg_send_prepare ( $dbconn , "my_query" , 'SELECT * FROM sh ...
https://man.plustar.jp/php/function.pg-send-prepare.html - [similar]
Sharing 6474
« parallel\Channel::recv parallel\Channel::close » PHP Manual parallel\Channel Sharing parallel\ ... Channel::send (0.9.0) parallel\Channel::send — Sharing 説明 publ ... ic parallel\Channel::send ( mixed $value ): void Shall send the given value ... lue if value is illegal. 関連キーワード: Sharing , send , Shall , 警告 , throw , recv , public , given , E ...
https://man.plustar.jp/php/parallel-channel.send.html - [similar]
Send an HTML error message to the client 6406
« EventHttpRequest::removeHeader EventHttpRequest::sendReply » PHP Manual EventHttpRequest Send ... HTML error message to the client EventHttpRequest::sendError (PECL event >= 1.4.0-beta) EventHttpRequest:: ... sendError — Send an HTML error message to the client 説明 public Ev ... entHttpRequest::sendError ( int $error , string $reason = null ): void ... . 戻り値 値を返しません。 例 例1 EventHttpRequest::sendError() example <?php function _http_400 ( $req ) { ...
https://man.plustar.jp/php/eventhttprequest.senderror.html - [similar]
Send file through the HTTP response. 6376
« Swoole\Http\Response::rawcookie Swoole\Http\Response::status » PHP Manual Swoole\Http\Response ... Send file through the HTTP response. Swoole\Http\Respon ... se::sendfile (PECL swoole >= 1.9.0) Swoole\Http\Response::s ... endfile — Send file through the HTTP response. 説明 public Swoole ... \Http\Response::sendfile ( string $filename , int $offset = ? ): Return ...
https://man.plustar.jp/php/swoole-http-response.sendfile.html - [similar]
Send the result and complete status 6308
« GearmanJob::returnCode GearmanJob::sendData » PHP Manual GearmanJob Send the result and comple ... te status GearmanJob::sendComplete (PECL gearman >= 0.6.0) GearmanJob::sendCo ... mplete — Send the result and complete status 説明 public Gearman ... Job::sendComplete ( string $result ): bool Sends result data ... 、失敗した場合に false を返します。 参考 GearmanJob::sendFail() - Send fail status GearmanJob::setReturn() - ...
https://man.plustar.jp/php/gearmanjob.sendcomplete.html - [similar]
値をジェネレータに送る 6308
« Generator::rewind Generator::throw » PHP Manual Generator 値をジェネレータに送る Generator::send ... nd (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::send — 値をジェネレータに送る 説明 public Generator::se ... 戻り値 yield した値を返します。 例 例1 Generator::send() による値の注入 <?php function printer () { echo ... . PHP_EOL ; } } $printer = printer (); $printer -> send ( 'Hello world!' ); $printer -> send ( 'Bye world! ... ye world! 関連キーワード: Generator , 値 , yield , send , した値 , 最初 , そのため , 出力 , 注入 , パラメー ...
https://man.plustar.jp/php/generator.send.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT