Event
PHP Manual

The EventUtil class

(No version information available, might only be in SVN)

Introduction

EventUtil is a singleton with supplimentary methods and constants.

Class synopsis

final EventUtil {
/* Constants */
const integer AF_INET = 2 ;
const integer AF_INET6 = 10 ;
const integer AF_UNSPEC = 0 ;
const integer LIBEVENT_VERSION_NUMBER = 33559808 ;
/* Methods */
abstract public __construct ( void )
public static int getLastSocketErrno ([ string $socket = NULL ] )
public static string getLastSocketError ([ string $socket ] )
public static void sslRandPoll ( void )
}

Predefined Constants

EventUtil::AF_INET

IPv4 address family

EventUtil::AF_INET6

IPv6 address family

EventUtil::AF_UNSPEC

Unspecified IP address family

EventUtil::LIBEVENT_VERSION_NUMBER

Libevent' version number at the time when Event extension had been compiled with the library.

Table of Contents


Event
PHP Manual