Results of 1 - 10 of about 20 for EventHttp (0.016 sec.)
- The EventHttp class 11045
- « EventDnsBase::setSearchNdots EventHttp::accept » PHP Manual Event The EventHttp class The EventHttp
...
めに Represents HTTP server. クラス概要 final class EventHttp { /* メソッド */ public accept ( mixed $socket ): ...
void public setTimeout ( int $value ): void } 目次 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 ...
-
https://man.plustar.jp/php/class.eventhttp.html
- [similar]
- Removes server alias 10400
- « EventHttp::__construct EventHttp::setAllowedMethods » PHP Manual EventHttp Removes server alia
...
s EventHttp::removeServerAlias (PECL event >= 1.4.0-beta) Even ...
moveServerAlias — Removes server alias 説明 public EventHttp::removeServerAlias ( string $alias ): bool Removes ...
server alias added with EventHttp::addServerAlias() パラメータ alias The alias to re ...
合に true を、失敗した場合に false を返します。 参考 EventHttp::addServerAlias() - Adds a server alias to the HTT ...
-
https://man.plustar.jp/php/eventhttp.removeserveralias.html
- [similar]
- Sets maximum request body size 10332
- « EventHttp::setDefaultCallback EventHttp::setMaxHeadersSize » PHP Manual EventHttp Sets maximum
...
request body size EventHttp::setMaxBodySize (PECL event >= 1.4.0-beta) EventHt ...
ySize — Sets maximum request body size 説明 public EventHttp::setMaxBodySize ( int $value ): void Sets maximum ...
e body size in bytes. 戻り値 値を返しません。 参考 EventHttp::setMaxHeadersSize() - Sets maximum HTTP header si ...
関連キーワード: size , Sets , maximum , request , EventHttp , setMaxBodySize , setMaxHeadersSize , setDefaultC ...
-
https://man.plustar.jp/php/eventhttp.setmaxbodysize.html
- [similar]
- Sets maximum HTTP header size 10332
- « EventHttp::setMaxBodySize EventHttp::setTimeout » PHP Manual EventHttp Sets maximum HTTP heade
...
r size EventHttp::setMaxHeadersSize (PECL event >= 1.4.0-beta) Even ...
rsSize — Sets maximum HTTP header size 説明 public EventHttp::setMaxHeadersSize ( int $value ): void Sets maxim ...
header size in bytes. 戻り値 値を返しません。 参考 EventHttp::setMaxHeadersSize() 関連キーワード: header , size ...
, Sets , maximum , EventHttp , setMaxHeadersSize , setMaxBodySize , setTimeout ...
-
https://man.plustar.jp/php/eventhttp.setmaxheaderssize.html
- [similar]
- Adds a server alias to the HTTP server object 10111
- « EventHttp::accept EventHttp::bind » PHP Manual EventHttp Adds a server alias to the HTTP serve
...
r object EventHttp::addServerAlias (PECL event >= 1.4.0-beta) EventHt ...
server alias to the HTTP server object 説明 public EventHttp::addServerAlias ( string $alias ): bool Adds a ser ...
true を、失敗した場合に false を返します。 例 例1 EventHttp::addServerAlias() example <?php $base = new EventB ...
ase (); $http = new EventHttp ( $base ); $socket = socket_create ( AF_INET , SOC ...
-
https://man.plustar.jp/php/eventhttp.addserveralias.html
- [similar]
- Sets default callback to handle requests that are not caught by specific callbac... 9975
- « EventHttp::setCallback EventHttp::setMaxBodySize » PHP Manual EventHttp Sets default callback
...
requests that are not caught by specific callbacks EventHttp::setDefaultCallback (PECL event >= 1.4.0-beta) Eve ...
t are not caught by specific callbacks 説明 public EventHttp::setDefaultCallback ( string $cb , string $arg = ? ...
t should match the following prototype: callback ( EventHttpRequest $req = NULL , mixed $arg = NULL ): void req ...
EventHttpRequest object. arg Custom data. arg User custom da ...
-
https://man.plustar.jp/php/eventhttp.setdefaultcallback.html
- [similar]
- Makes an HTTP server accept connections on the specified socket stream or resour... 9499
- « EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect
...
ions on the specified socket stream or resource EventHttp::accept (PECL event >= 1.2.6-beta) EventHttp::acce ...
he specified socket stream or resource 説明 public EventHttp::accept ( mixed $socket ): bool Makes an HTTP serv ...
ept connections on the socket in s single call use EventHttp::bind() . EventHttp::accept() is needed only if on ...
true を、失敗した場合に false を返します。 例 例1 EventHttp::accept() example <?php $base = new EventBase (); ...
-
https://man.plustar.jp/php/eventhttp.accept.html
- [similar]
- Binds an HTTP server on the specified address and port 9295
- « EventHttp::addServerAlias EventHttp::__construct » PHP Manual EventHttp Binds an HTTP server o
...
n the specified address and port EventHttp::bind (PECL event >= 1.2.6-beta) EventHttp::bind — ...
rver on the specified address and port 説明 public EventHttp::bind ( string $address , int $port ): void Binds ...
true を、失敗した場合に false を返します。 例 例1 EventHttp::bind() example <?php $base = new EventBase (); $h ...
ttp = new EventHttp ( $base ); $socket = socket_create ( AF_INET , SOC ...
-
https://man.plustar.jp/php/eventhttp.bind.html
- [similar]
- Sets the what HTTP methods are supported in requests accepted by this server, an... 9261
- « EventHttp::removeServerAlias EventHttp::setCallback » PHP Manual EventHttp Sets the what HTTP
...
epted by this server, and passed to user callbacks EventHttp::setAllowedMethods (PECL event >= 1.4.0-beta) Even ...
s server, and passed to user callbacks 説明 public EventHttp::setAllowedMethods ( int $methods ): void Sets the ...
ng methods: GET , POST , HEAD , PUT , DELETE . See EventHttpRequest::CMD_* constants. パラメータ methods A bit ...
mask of EventHttpRequest::CMD_* constants . 戻り値 値を返しません。 ...
-
https://man.plustar.jp/php/eventhttp.setallowedmethods.html
- [similar]
- Sets the timeout for an HTTP request 9261
- « EventHttp::setMaxHeadersSize EventHttpConnection » PHP Manual EventHttp Sets the timeout for a
...
n HTTP request EventHttp::setTimeout (PECL event >= 1.4.0-beta) EventHttp:: ...
— Sets the timeout for an HTTP request 説明 public EventHttp::setTimeout ( int $value ): void Sets the timeout ...
値を返しません。 関連キーワード: Sets , request , EventHttp , setTimeout , setMaxHeadersSize , EventHttpConnec ...
-
https://man.plustar.jp/php/eventhttp.settimeout.html
- [similar]