検索

phrase: max: clip:
target: order:
Results of 51 - 59 of about 59 for EventBase (0.023 sec.)
The EventListener class 6156
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... nly int $ fd ; /* メソッド */ public __construct ( EventBase $base , callable $cb , mixed $data , int $flags , ... Creates new connection listener associated with an event base EventListener::disable — Disables an event connec ... t listener object EventListener::getBase — Returns event base associated with the event listener EventListener: ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
Binds an HTTP server on the specified address and port 6156
« EventHttp::addServerAlias EventHttp::__construct » PHP Manual EventHttp Binds an HTTP server o ... 例 例1 EventHttp::bind() example <?php $base = new EventBase (); $http = new EventHttp ( $base ); $socket = soc ...
https://man.plustar.jp/php/eventhttp.bind.html - [similar]
Makes an HTTP request over the specified connection 6156
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... $address = "127.0.0.1" ; $port = 80 ; $base = new EventBase (); $conn = new EventHttpConnection ( $base , NULL ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 6127
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... 例1 EventHttp::accept() example <?php $base = new EventBase (); $http = new EventHttp ( $base ); $addresses = ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
Set callback for connection close 6127
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... ort > 65535) { exit("Invalid port"); } $base = new EventBase(); $http = new EventHttp($base); $http->setDefault ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]
The EventBuffer class 6098
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
Connects to a hostname with optionally asyncronous DNS resolving 6098
« EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects ... base -> exit (); exit( "Done\n" ); } } $base = new EventBase (); $dns_base = new EventDnsBase ( $base , TRUE ); ...
https://man.plustar.jp/php/eventbufferevent.connecthost.html - [similar]
Sets a callback for specified URI 6098
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... > 65535 ) { exit( "Invalid port" ); } $base = new EventBase (); $http = new EventHttp ( $base ); $http -> setA ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
6040
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... ent 拡張モジュールを組み合わせる <?php $base = new EventBase (); // eio ポーリングストリームを取得します // この ...
https://man.plustar.jp/php/eio.examples.html - [similar]
PREV 1 2 3 4 5 6 NEXT