検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 42 for Received (0.002 sec.)
Basic usage 7525
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... ; break; } } function reverse_fn ( $job ) { echo "Received job: " . $job -> handle () . "\n" ; $workload = $j ... php reverse_worker.php Starting Waiting for job... Received job: H:foo.local:36 Workload: Hello! (6) Sending s ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]
7525
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/f ... dump ( $frame ); /* acknowledge that the frame was received */ $stomp -> ack ( $frame ); } /* close connection ... dump ( $frame ); /* acknowledge that the frame was received */ stomp_ack ( $link , $frame [ 'headers' ][ 'mess ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
Acknowledges consumption of a message 7463
« Stomp::abort Stomp::begin » PHP Manual Stomp Acknowledges consumption of a message Stomp::ack ... ody === $msg ) { /* acknowledge that the frame was received */ $stomp -> ack ( $frame ); } /* remove the subsc ... ' ] === $msg ) { /* acknowledge that the frame was received */ stomp_ack ( $link , $frame [ 'headers' ][ 'mess ...
https://man.plustar.jp/php/stomp.ack.html - [similar]
The StompFrame class 7401
« Stomp::unsubscribe StompFrame::__construct » PHP Manual Stomp The StompFrame class The StompFr ... 0) はじめに Represents a message which was sent or received from a Stomp compliant Message Broker. クラス概要 ...
https://man.plustar.jp/php/class.stompframe.html - [similar]
Feeds the given revents set into the event loop 7401
« EvWatcher::__construct EvWatcher::getLoop » PHP Manual EvWatcher Feeds the given revents set i ... he watcher. パラメータ revents Bit mask of watcher received events . 戻り値 値を返しません。 関連キーワード: r ...
https://man.plustar.jp/php/evwatcher.feed.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 7277
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... $bev , $unused ) { $in = $bev -> input ; printf ( "Received %ld bytes\n" , $in -> length ); printf ( "----- da ... ?> 上の例の出力は、 たとえば以下のようになります。 Received 5 bytes ----- data ---- 5: test 参考 EventBufferEv ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
Returns the current "event loop time" 7277
« EvLoop::loopFork EvLoop::nowUpdate » PHP Manual EvLoop Returns the current "event loop time" E ... event loop time", which is the time the event loop received events and started processing them. This timestamp ...
https://man.plustar.jp/php/evloop.now.html - [similar]
Constructs EvSignal watcher object 7277
« EvSignal EvSignal::createStopped » PHP Manual EvSignal Constructs EvSignal watcher object EvSi ... ( SIGTERM , function ( $watcher ) { echo "SIGTERM received\n" ; $watcher -> stop (); }); Ev :: run (); ?> 参考 ...
https://man.plustar.jp/php/evsignal.construct.html - [similar]
区別できないソケットの組を作成し、配列に保存する 7277
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し ... $strtwo ), PHP_BINARY_READ ) == $strtwo ) { echo "Received $strtwo \n" ; } socket_close ( $ary [ 1 ]); } else ... $strone ), PHP_BINARY_READ ) == $strone ) { echo "Received $strone \n" ; } socket_close ( $ary [ 0 ]); } ?> 参 ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
Run a single task and return a result [deprecated] 7277
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... ; break; } } function reverse_fn ( $job ) { echo "Received job: " . $job -> handle () . "\n" ; $workload = $j ... ります。 Worker output: Starting Waiting for job... Received job: H:foo.local:106 Workload: Hello! (6) 1/6 comp ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
PREV 1 2 3 4 5 NEXT