検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 404 for event (0.027 sec.)
ファイルを、指定したオフセットから読み込む 3812
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_re ... ); // ファイルを閉じます eio_close ( $data ); eio_event_loop (); // テンポラリファイルを削除します @ unlin ... , EIO_PRI_DEFAULT , "my_read_cb" , $result ); eio_event_loop (); } else { // eio_open() が失敗 unlink ( $d ... "my_file_opened_callback" , $temp_filename ); eio_event_loop (); ?> 上の例の出力は、 たとえば以下のようにな ... ァイルに書き込む eio_close() - ファイルを閉じる eio_event_loop() - すべてのリクエストを処理し終えるまで libe ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
Output error messages to the log 3812
« swoole_errno swoole_event_add » PHP Manual Swoole 関数 Output error messages to the log swoole ... ーワード: Output , messages , swoole , the , errno , event , Swoole , 関数 , int , string ...
https://man.plustar.jp/php/function.swoole-error-log.html - [similar]
はじめに 3812
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... t the programmer can use to send and receive data. Events The parallel\Events API implements a native feel ... ( Traversable ) event loop, and parallel\Events::poll() method. It allow ... programmer simply adds channels and futures to the event loop, optionally setting the input for writes with ... parallel\Events::setInput() , and enters into a foreach: parallel ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
The Swoole\Client class 3795
« Swoole\Channel::stats Swoole\Client::close » PHP Manual Swoole The Swoole\Client class The Swo ... ay public isConnected (): bool public on ( string $event , callable $callback ): void public pause (): void ... e\Client::on — Add callback functions triggered by events. Swoole\Client::pause — Pause receiving data. Swo ... \Client::sleep — Remove the TCP client from system event loop. Swoole\Client::wakeup — Add the TCP client b ... ack into the system event loop. 関連キーワード: Swoole , public , int , stri ...
https://man.plustar.jp/php/class.swoole-client.html - [similar]
Dispatch pending events 3795
« EventBase::__construct EventBase::exit » PHP Manual EventBase Dispatch pending events EventBas ... e::dispatch (PECL event >= 1.2.6-beta) EventBase::dispatch — Dispatch pend ... ing events 説明 public EventBase::dispatch (): void Wait for ... events to become active, and run their callbacks. The sa ... me as EventBase::loop() with no flags set. 警告 Do NOT destroy ...
https://man.plustar.jp/php/eventbase.dispatch.html - [similar]
Constructs EventHttp object(the HTTP server) 3795
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... t(the HTTP server) EventHttp::__construct (PECL event >= 1.2.6-beta) EventH ... ttp::__construct — Constructs EventHttp object(the HTTP server) 説明 public EventHttp: ... :__construct ( EventBase $base , EventSslContext $ctx = null ) Construc ... the HTTP server object. パラメータ base Associated event base. ctx EventSslContext class object. Turns plai ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
Returns numeric file descriptor of a socket, or stream 3795
« EventUtil::getLastSocketError EventUtil::getSocketName » PHP Manual EventUtil Returns numeric ... file descriptor of a socket, or stream EventUtil::getSocketFd (PECL event >= 1.7.0) EventUtil:: ... scriptor of a socket, or stream 説明 public static EventUtil::getSocketFd ( mixed $socket ): int Returns nu ... stream specified by socket argument just like the Event extension does it internally for all methods accep ... ns numeric file descriptor of a socket, or stream. EventUtil::getSocketFd() returns false in case if it is ...
https://man.plustar.jp/php/eventutil.getsocketfd.html - [similar]
The Swoole\Server class 3778
« Swoole\Serialize::unpack Swoole\Server::addlistener » PHP Manual Swoole The Swoole\Server clas ... t (): void public Swoole\Server\Port::on ( string $event_name , callable $callback ): ReturnType public Swo ... , string $socket_type ): bool public on ( string $event_name , callable $callback ): void public pause ( i ... ion of the callback function at the end of current EventLoop. Swoole\Server\Port::__construct — Construct a ... e\Server\Port::on — Register callback functions by event. Swoole\Server\Port::set — Set protocol of the ser ...
https://man.plustar.jp/php/class.swoole-server.html - [similar]
EvCheck ウォッチャーオブジェクトを作る 3778
« EvCheck EvCheck::createStopped » PHP Manual EvCheck EvCheck ウォッチャーオブジェクトを作る EvC ... Creates EvCheck object associated with the current event loop instance 関連キーワード: EvCheck , オブジェク ... , construct , callback , data , priority , 参考 , event , associated , Creates ...
https://man.plustar.jp/php/evcheck.construct.html - [similar]
Moves all data from source buffer to the front of current buffer 3778
« EventBuffer::prepend EventBuffer::pullup » PHP Manual EventBuffer Moves all data from source b ... uffer to the front of current buffer EventBuffer::prependBuffer (PECL event >= 1.2.6-beta) Ev ... buffer to the front of current buffer 説明 public EventBuffer::prependBuffer ( EventBuffer $buf ): bool Be ... haves as EventBuffer::addBuffer() , except that it moves data to ... 合に true を、失敗した場合に false を返します。 参考 EventBuffer::add() - Append data to the end of an event ...
https://man.plustar.jp/php/eventbuffer.prependbuffer.html - [similar]