検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 20 for EventHttp (0.007 sec.)
Constructs EventHttp object(the HTTP server) 8836
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... t(the HTTP server) EventHttp::__construct (PECL event >= 1.2.6-beta) EventHttp: ... :__construct — Constructs EventHttp object(the HTTP server) 説明 public EventHttp::__c ... th Libevent 2.1.0-alpha and higher. 戻り値 Returns EventHttp object. 変更履歴 バージョン 説明 PECL event 1.9.0 ... d port" ); } $base = new EventBase (); $http = new EventHttp ( $base ); $http -> setAllowedMethods ( EventHttpR ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
Event 8598
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... archNdots — Set the 'ndots' parameter for searches EventHttp — The EventHttp class EventHttp::accept — Makes an ... ections on the specified socket stream or resource EventHttp::addServerAlias — Adds a server alias to the HTTP ... server object EventHttp::bind — Binds an HTTP server on the specified addr ... ess and port EventHttp::__construct — Constructs EventHttp object(the HTT ...
https://man.plustar.jp/php/book.event.html - [similar]
Sets a callback for specified URI 8564
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callb ... ack for specified URI EventHttp::setCallback (PECL event >= 1.4.0-beta) EventHttp: ... ck — Sets a callback for specified URI 説明 public EventHttp::setCallback ( string $path , string $cb , string ... t should match the following prototype: callback ( EventHttpRequest $req = NULL , mixed $arg = NULL ): void req ... EventHttpRequest object. arg Custom data. arg Custom data. 戻 ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
関数・メソッド 6457
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... Base::__construct - Constructs EventDnsBase object EventHttp::accept - Makes an HTTP server accept connections ... on the specified socket stream or resource EventHttp::addServerAlias - Adds a server alias to the HTTP ... server object EventHttp::bind - Binds an HTTP server on the specified addr ... ess and port EventHttp::removeServerAlias - Removes server alias EventHtt ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
Set the 'ndots' parameter for searches 6423
« EventDnsBase::setOption EventHttp » PHP Manual EventDnsBase Set the 'ndots' parameter for sear ...
https://man.plustar.jp/php/eventdnsbase.setsearchndots.html - [similar]
その他のサービス 6423
« var_representation cURL » PHP Manual 関数リファレンス その他のサービス その他のサービス cURL — ... Config class EventDnsBase — The EventDnsBase class EventHttp — The EventHttp class EventHttpConnection — The Ev ... entHttpConnection class EventHttpRequest — The EventHttpRequest class EventListener ...
https://man.plustar.jp/php/refs.remote.other.html - [similar]
Send an HTML error message to the client 6355
« EventHttpRequest::removeHeader EventHttpRequest::sendReply » PHP Manual EventHttpRequest Send ... an HTML error message to the client EventHttpRequest::sendError (PECL event >= 1.4.0-beta) Event ... nd an HTML error message to the client 説明 public EventHttpRequest::sendError ( int $error , string $reason = ... code will be used. 戻り値 値を返しません。 例 例1 EventHttpRequest::sendError() example <?php function _http_4 ... r ( 400 ); } $base = new EventBase (); $http = new EventHttp ( $base ); $http -> setCallback ( "/err400" , "_ht ...
https://man.plustar.jp/php/eventhttprequest.senderror.html - [similar]
The EventHttpConnection class 6287
« EventHttp::setTimeout EventHttpConnection::__construct » PHP Manual Event The EventHttpConnect ... ion class The EventHttpConnection class (PECL event >= 1.4.0-beta) はじめに ... Represents an HTTP connection. クラス概要 class EventHttpConnection { /* メソッド */ public __construct ( Ev ... $address , int &$port ): void public makeRequest ( EventHttpRequest $req , int $type , string $uri ): bool publ ... id public setTimeout ( int $timeout ): void } 目次 EventHttpConnection::__construct — Constructs EventHttpConne ...
https://man.plustar.jp/php/class.eventhttpconnection.html - [similar]
Set callback for connection close 6185
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... nnection Set callback for connection close EventHttpConnection::setCloseCallback (PECL event >= 1.8.0) ... ck — Set callback for connection close 説明 public EventHttpConnection::setCloseCallback ( callable $callback , ... . Should match the following prototype: callback ( EventHttpConnection $conn = null , mixed $arg = null ): void ... 戻り値 値を返しません。 例 例1 EventHttpConnection::setCloseCallback() example <?php /* * S ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]
6083
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... d port" ); } $base = new EventBase (); $http = new EventHttp ( $base ); $http -> setAllowedMethods ( EventHttpR ... equest :: CMD_GET | EventHttpRequest :: CMD_POST ); $http -> setCallback ( "/dum ... new EventBase (); $ctx = _init_ssl (); $http = new EventHttp ( $base , $ctx ); $http -> setAllowedMethods ( Eve ... ntHttpRequest :: CMD_GET | EventHttpRequest :: CMD_POST ); $http -> setCallback ( "/dum ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 NEXT