The EventHttp class

(PECL event >= 1.4.0-beta)

Вступ

Represents HTTP server.

Короткий Огляд Класа

final EventHttp {
/* Методи */
public bool accept ( mixed $socket )
public bool addServerAlias ( string $alias )
public void bind ( string $address , int $port )
public __construct ( EventBase $base [, EventSslContext $ctx = NULL ] )
public bool removeServerAlias ( string $alias )
public void setAllowedMethods ( int $methods )
public void setCallback ( string $path , string $cb [, string $arg ] )
public void setDefaultCallback ( string $cb [, string $arg ] )
public void setMaxBodySize ( int $value )
public void setMaxHeadersSize ( int $value )
public void setTimeout ( int $value )
}

Зміст

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top