検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 27 for sending (0.003 sec.)
7784
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... r_dump ( $req -> getOutputHeaders ()); echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ... "URI: " , $req -> getUri (), PHP_EOL ; echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ... "URI: " , $req -> getUri (), PHP_EOL ; echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ... r_dump ( $req -> getOutputHeaders ()); echo "\n >> Sending reply ..." ; $req -> sendReply ( 200 , "OK" ); ech ...
https://man.plustar.jp/php/event.examples.html - [similar]
Basic Gearman client and worker, submitting tasks 7669
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... lel. The reverse worker is unchanged except to add sending of data back during processing. <?php # create the ... or ( $x = 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " . ( $x + 1 ) . "/ $workload_size complet ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Initiate a chunked reply 7620
« EventHttpRequest::sendReplyEnd EventListener » PHP Manual EventHttpRequest Initiate a chunked ... of the reply data is immediately available or when sending very large replies. The caller needs to supply dat ...
https://man.plustar.jp/php/eventhttprequest.sendreplystart.html - [similar]
接続したソケットからデータを受信する 7554
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... .= "Connection: Close\r\n\r\n" ; $out = '' ; echo "Sending HTTP HEAD request..." ; socket_write ( $socket , $ ... to connect to '208.77.188.166' on port '80'...OK. Sending HTTP HEAD request...OK. Reading response: Read 123 ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
The Swoole\Process class 7389
« Swoole\MySQL\Exception Swoole\Process::alarm » PHP Manual Swoole The Swoole\Process class The ... he message queue. Swoole\Process::read — Read data sending to the process. Swoole\Process::signal — Send sign ...
https://man.plustar.jp/php/class.swoole-process.html - [similar]
シグナルを待つ 7389
« pcntl_sigtimedwait pcntl_strerror » PHP Manual PCNTL 関数 シグナルを待つ pcntl_sigwaitinfo (PH ... _sigprocmask ( SIG_BLOCK , array( SIGHUP )); echo "Sending SIGHUP to self\n" ; posix_kill ( posix_getpid (), ...
https://man.plustar.jp/php/function.pcntl-sigwaitinfo.html - [similar]
アップロードされるファイルのためのスペースを確保する 7340
« FTP 関数 ftp_append » PHP Manual FTP 関数 アップロードされるファイルのためのスペースを確保する ... )) { echo "Space successfully allocated on server. Sending $file .\n" ; ftp_put ( $ftp , '/incoming/myfile' , ...
https://man.plustar.jp/php/function.ftp-alloc.html - [similar]
Basic Gearman client and worker, background 7340
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... or ( $x = 0 ; $x < $workload_size ; $x ++) { echo "Sending status: " . ( $x + 1 ) . "/ $workload_size complet ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Swoole 7291
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... he message queue. Swoole\Process::read — Read data sending to the process. Swoole\Process::signal — Send sign ... . Swoole\Server::finish — Used in task process for sending result to the worker process when the task is fini ...
https://man.plustar.jp/php/book.swoole.html - [similar]
The EventUtil class 7291
« EventSslContext::__construct EventUtil::__construct » PHP Manual Event The EventUtil class The ... .0.) EventUtil::SO_KEEPALIVE Socket option. Enable sending of keep-alive messages on connection-oriented sock ...
https://man.plustar.jp/php/class.eventutil.html - [similar]
PREV 1 2 3 NEXT