The EventUtil class
(PECL event >= 1.5.0)
Introduction
EventUtil is a singleton with supplimentary methods and constants.
Class synopsis
Predefined Constants
-
EventUtil::AF_INET
-
IPv4 address family
-
EventUtil::AF_INET6
-
IPv6 address family
-
EventUtil::AF_UNSPEC
-
Unspecified IP address family
-
EventUtil::SO_DEBUG
-
Socket option. Enable socket debugging. Only allowed for processes with the CAP_NET_ADMIN capability or an effective user ID of
0
. (Added in event-1.6.0.) -
EventUtil::SO_REUSEADDR
-
Socket option. Indicates that the rules used in validating addresses supplied in a bind(2) call should allow reuse of local addresses. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_KEEPALIVE
-
Socket option. Enable sending of keep-alive messages on connection-oriented sockets. Expects an integer boolean flag. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_DONTROUTE
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_LINGER
-
Socket option. When enabled, a close(2) or shutdown(2) will not return until all queued messages for the socket have been successfully sent or the linger timeout has been reached. Otherwise, the call returns immediately and the closing is done in the background. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_BROADCAST
-
Socket option. Reports whether transmission of broadcast messages is supported. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_OOBINLINE
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_SNDBUF
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_RCVBUF
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_SNDLOWAT
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_RCVLOWAT
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_SNDTIMEO
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_RCVTIMEO
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_TYPE
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SO_ERROR
-
Socket option. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SOL_SOCKET
-
Socket option level. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SOL_TCP
-
Socket option level. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::SOL_UDP
-
Socket option level. See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::IPPROTO_IP
-
See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::IPPROTO_IPV6
-
See the socket(7) manual page. (Added in event-1.6.0.)
-
EventUtil::LIBEVENT_VERSION_NUMBER
-
Libevent' version number at the time when Event extension had been compiled with the library.
Table of Contents
- EventUtil::__construct — The abstract constructor
- EventUtil::getLastSocketErrno — Returns the most recent socket error number
- EventUtil::getLastSocketError — Returns the most recent socket error
- EventUtil::getSocketFd — Returns numeric file descriptor of a socket, or stream
- EventUtil::getSocketName — Retreives the current address to which the socket is bound
- EventUtil::setSocketOption — Sets socket options
- EventUtil::sslRandPoll — Generates entropy by means of OpenSSL's RAND_poll()
Vertaling niet beschikbaar
De PHP-handleiding is nog niet in het Nederlands vertaald, dus het scherm is in het Engels. Als u wilt, kunt u het ook in het Frans of in het Duits raadplegen.
Als je de moed voelt, kun je je vertaling aanbieden ;-)
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 30/01/2003 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/php-rf-class.eventutil.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.