検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 404 for Event (0.062 sec.)
Constructing signal events 5283
« Event callbacks Event » PHP Manual Event Constructing signal events Constructing signal events ... Event can also watch for POSIX-style signals. To constru ... ct a handler for a signal, use Event::__construct() constructor with Event::SIGNAL flag ... , or Event::signal() factory method. 例1 Handling SIGTERM sig ... d catch the following: Caught signal 15 */ class MyEventSignal { private $base , $ev ; public function __co ...
https://man.plustar.jp/php/event.constructing.signal.events.html - [similar]
Registers a monitoring event subscriber globally 5231
« 関数 MongoDB\Driver\Monitoring\removeSubscriber » PHP Manual 関数 Registers a monitoring event ... \Monitoring\addSubscriber — Registers a monitoring event subscriber globally 説明 MongoDB\Driver\Monitoring ... scriber $subscriber ): void Registers a monitoring event subscriber globally. The subscriber will be notifi ... ed of all events in the driver for any Manager. 注意 : If subscrib ... agers, it will still only be notified once of each event for each Manager. パラメータ subscriber ( MongoDB\ ...
https://man.plustar.jp/php/function.mongodb.driver.monitoring.addsubscriber.html - [similar]
Register event callback function 5231
« Swoole\WebSocket\Server::exist Swoole\WebSocket\Server::pack » PHP Manual Swoole\WebSocket\Ser ... ver Register event callback function Swoole\WebSocket\Server::on (PEC ... e >= 1.9.0) Swoole\WebSocket\Server::on — Register event callback function 説明 public Swoole\WebSocket\Ser ... ver::on ( string $event_name , callable $callback ): ReturnType Register e ... vent callback function パラメータ event_name callback 戻り値 関連キーワード: event , callb ...
https://man.plustar.jp/php/swoole-websocket-server.on.html - [similar]
Returns underlying output buffer associated with current buffer event 5214
« EventBufferEvent::getInput EventBufferEvent::read » PHP Manual EventBufferEvent Returns underl ... ying output buffer associated with current buffer event EventBufferEvent::getOutput (PECL event >= 1.2.6-b ... eta) EventBufferEvent::getOutput — Returns underlying output ... buffer associated with current buffer event 説明 public EventBufferEvent::getOutput (): EventB ... lying output buffer associated with current buffer event. An output buffer is a storage for data to be writ ...
https://man.plustar.jp/php/eventbufferevent.getoutput.html - [similar]
Registers a monitoring event subscriber with this Manager 5197
« MongoDB\Driver\Manager MongoDB\Driver\Manager::__construct » PHP Manual MongoDB\Driver\Manager ... Registers a monitoring event subscriber with this Manager MongoDB\Driver\Manage ... er\Manager::addSubscriber — Registers a monitoring event subscriber with this Manager 説明 final public Mon ... scriber $subscriber ): void Registers a monitoring event subscriber with this Manager. The subscriber will ... be notified of all events for this Manager. 注意 : If subscriber is already ...
https://man.plustar.jp/php/mongodb-driver-manager.addsubscriber.html - [similar]
Exit the eventloop, only available at client side. 5197
« Swoole\Event::del Swoole\Event::set » PHP Manual Swoole\Event Exit the eventloop, only availab ... le at client side. Swoole\Event::exit (PECL swoole >= 1.9.0) Swoole\Event::exit — ... Exit the eventloop, only available at client side. 説明 public st ... atic Swoole\Event::exit (): void パラメータ この関数にはパラメータは ... ありません。 戻り値 関連キーワード: eventloop , only , able , side , Swoole , Event , the , ...
https://man.plustar.jp/php/swoole-event.exit.html - [similar]
はじめに 5163
« Eio インストール/設定 » PHP Manual Eio はじめに はじめに この拡張モジュールは、非同期 POSIX I/ ... e , $new_filename ); // リクエストを処理します eio_event_loop (); ?> この書き方だと、 eio_rename() のほうが ... path/to/new-name" ); // リクエストを処理します eio_event_loop (); } // $filename のシンボリックリンクを $li ... done" , $filename ); // リクエストを処理します eio_event_loop (); ?> あるいは、リクエストグループを作るとい ... add ( $grp , $req ); // リクエストを処理します eio_event_loop (); ?> グループとは特殊な形式のリクエストのこ ...
https://man.plustar.jp/php/intro.eio.html - [similar]
Add new callback functions of a socket into the EventLoop. 5163
« Swoole\Event Swoole\Event::defer » PHP Manual Swoole\Event Add new callback functions of a soc ... ket into the EventLoop. Swoole\Event::add (PECL swoole >= 1.9.0) Swoo ... le\Event::add — Add new callback functions of a socket into ... the EventLoop. 説明 public static Swoole\Event::add ( int $f ... _callback , callable $write_callback = ? , string $events = ? ): bool パラメータ fd read_callback write_cal ...
https://man.plustar.jp/php/swoole-event.add.html - [similar]
Bind callback function to HTTP server by event name. 5163
« Swoole\Http\Server Swoole\Http\Server::start » PHP Manual Swoole\Http\Server Bind callback fun ... ction to HTTP server by event name. Swoole\Http\Server::on (PECL swoole >= 1.9.0 ... ver::on — Bind callback function to HTTP server by event name. 説明 public Swoole\Http\Server::on ( string ... $event_name , callable $callback ): void Bind callback fu ... nction to HTTP server by event name. パラメータ event_name callback 戻り値 関連キ ...
https://man.plustar.jp/php/swoole-http-server.on.html - [similar]
Returns the current "event loop time" 5146
« EvLoop::loopFork EvLoop::nowUpdate » PHP Manual EvLoop Returns the current "event loop time" E ... CL ev >= 0.2.0) EvLoop::now — Returns the current "event loop time" 説明 public EvLoop::now (): float Retur ... ns the current "event loop time", which is the time the event loop recei ... ved events and started processing them. This timestamp does ... e timers. You can treat it as the timestamp of the event occurring(or more correctly, libev finding out abo ...
https://man.plustar.jp/php/evloop.now.html - [similar]