fam_close

(PHP 5 <= 5.0.5) Close FAM connection void fam_close ( resource $fam ) Closes a connection to the FAM service. Parameters: fam A resource representing a connection to the FAM service returned by fam_open() Returns: No value is returned.

fam_cancel_monitor

(PHP 5 <= 5.0.5) Terminate monitoring bool fam_cancel_monitor ( resource $fam, resource $fam_monitor ) Terminates monitoring on a resource. In addition an FAMAcknowledge event occurs. Parameters: fam A resource representing a connection to the FAM service returned by fam_open() fam_monitor A resource returned by one of the fam_moni

EventUtil::sslRandPoll

(PECL event >= 1.2.6-beta) Generates entropy by means of OpenSSL's RAND_poll() public static void EventUtil::sslRandPoll ( void ) Generates entropy by means of OpenSSL's RAND_poll() (see the system manual). Returns: No value is returned.

EventUtil::setSocketOption

(PECL event >= 1.6.0) Sets socket options public static bool EventUtil::setSocketOption ( mixed $socket , int $level , int $optname , mixed $optval ) Sets socket options. Parameters: socket Socket resource, stream, or numeric file descriptor associated with the socket. level One of EventUtil::SOL_* constants. Specifies the protocol

EventUtil::getSocketName

(PECL event >= 1.5.0) Retreives the current address to which the socket is bound. public static bool EventUtil::getSocketName ( mixed $socket , string &$address [, mixed &$port ] ) Retreives the current address to which the socket is bound. Parameters: socket Socket resource, stream or a file descriptor of a socket. address

EventUtil::getSocketFd

(PECL event >= 1.7.0) Returns numeric file descriptor of a socket, or stream public static int EventUtil::getSocketFd ( mixed $socket ) Returns numeric file descriptor of a socket or stream specified by socket argument just like the Event extension does it internally for all methods accepting socket resource or stream. Parameters: socket Socket resource or stream.

EventUtil::getLastSocketError

(PECL event >= 1.2.6-beta) Returns the most recent socket error public static string EventUtil::getLastSocketError ([ mixed $socket ] ) Returns the most recent socket error. Parameters: socket Socket resource, stream or a file descriptor of a socket. Returns: Returns the most recent socket error.

EventUtil::getLastSocketErrno

(PECL event >= 1.2.6-beta) Returns the most recent socket error number public static int EventUtil::getLastSocketErrno ([ mixed $socket = NULL ] ) Returns the most recent socket error number( errno ). Parameters: socket Socket resource, stream or a file descriptor of a socket. Returns: Returns the most recent socket error number( errno ).

EventUtil::__construct

(PECL event >= 1.2.6-beta) The abstract constructor abstract public EventUtil::__construct ( void ) EventUtil is a singleton. Therefore the constructor is abstract, and it is impossible to create objects based on this class. Returns: No value is returned.

EventSslContext::__construct

(PECL event >= 1.2.6-beta) Constructs an OpenSSL context for use with Event classes public EventSslContext::__construct ( string $method , string $options ) Creates SSL context holding pointer to SSL_CTX (see the system manual). Parameters: method One of EventSslContext::*_METHOD constants . options Associative array of SSL context