php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
sockets.stub.php File Reference

Go to the source code of this file.

Data Structures

class  Socket
 
class  AddressInfo
 

Functions

 socket_select (?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microseconds=0)
 
 socket_create_listen (int $port, int $backlog=SOMAXCONN)
 
 socket_accept (Socket $socket)
 
 socket_set_nonblock (Socket $socket)
 
 socket_set_block (Socket $socket)
 
 socket_listen (Socket $socket, int $backlog=0)
 
 socket_close (Socket $socket)
 
 socket_write (Socket $socket, string $data, ?int $length=null)
 
 socket_read (Socket $socket, int $length, int $mode=PHP_BINARY_READ)
 
 socket_getsockname (Socket $socket, &$address, &$port=null)
 
 socket_getpeername (Socket $socket, &$address, &$port=null)
 
 socket_create (int $domain, int $type, int $protocol)
 
 socket_connect (Socket $socket, string $address, ?int $port=null)
 
 socket_strerror (int $error_code)
 
 socket_bind (Socket $socket, string $address, int $port=0)
 
 socket_recv (Socket $socket, &$data, int $length, int $flags)
 
 socket_send (Socket $socket, string $data, int $length, int $flags)
 
 socket_recvfrom (Socket $socket, &$data, int $length, int $flags, &$address, &$port=null)
 
 socket_sendto (Socket $socket, string $data, int $length, int $flags, string $address, ?int $port=null)
 
 socket_get_option (Socket $socket, int $level, int $option)
 
 socket_getopt (Socket $socket, int $level, int $option)
 
 socket_set_option (Socket $socket, int $level, int $option, $value)
 
 socket_setopt (Socket $socket, int $level, int $option, $value)
 
 socket_create_pair (int $domain, int $type, int $protocol, &$pair)
 
 socket_shutdown (Socket $socket, int $mode=2)
 
 socket_atmark (Socket $socket)
 
 socket_last_error (?Socket $socket=null)
 
 socket_clear_error (?Socket $socket=null)
 
 socket_import_stream ($stream)
 
 socket_export_stream (Socket $socket)
 
 socket_sendmsg (Socket $socket, array $message, int $flags=0)
 
 socket_recvmsg (Socket $socket, array &$message, int $flags=0)
 
 socket_cmsg_space (int $level, int $type, int $num=0)
 
 socket_addrinfo_lookup (string $host, ?string $service=null, array $hints=[])
 
 socket_addrinfo_connect (AddressInfo $address)
 
 socket_addrinfo_bind (AddressInfo $address)
 
 socket_addrinfo_explain (AddressInfo $address)
 
 socket_wsaprotocol_info_export (Socket $socket, int $process_id)
 
 socket_wsaprotocol_info_import (string $info_id)
 
 socket_wsaprotocol_info_release (string $info_id)
 

Variables

const AF_UNIX = UNKNOWN
 
const AF_INET = UNKNOWN
 
const AF_INET6 = UNKNOWN
 
const AF_DIVERT = UNKNOWN
 
const SOCK_STREAM = UNKNOWN
 
const SOCK_DGRAM = UNKNOWN
 
const SOCK_RAW = UNKNOWN
 
const SOCK_SEQPACKET = UNKNOWN
 
const SOCK_RDM = UNKNOWN
 
const SOCK_CONN_DGRAM = UNKNOWN
 
const SOCK_DCCP = UNKNOWN
 
const SOCK_CLOEXEC = UNKNOWN
 
const SOCK_NONBLOCK = UNKNOWN
 
const MSG_OOB = UNKNOWN
 
const MSG_WAITALL = UNKNOWN
 
const MSG_CTRUNC = UNKNOWN
 
const MSG_TRUNC = UNKNOWN
 
const MSG_PEEK = UNKNOWN
 
const MSG_DONTROUTE = UNKNOWN
 
const MSG_EOR = UNKNOWN
 
const MSG_EOF = UNKNOWN
 
const MSG_CONFIRM = UNKNOWN
 
const MSG_ERRQUEUE = UNKNOWN
 
const MSG_NOSIGNAL = UNKNOWN
 
const MSG_DONTWAIT = UNKNOWN
 
const MSG_MORE = UNKNOWN
 
const MSG_WAITFORONE = UNKNOWN
 
const MSG_CMSG_CLOEXEC = UNKNOWN
 
const MSG_ZEROCOPY = UNKNOWN
 
const SO_DEBUG = UNKNOWN
 
const SO_REUSEADDR = UNKNOWN
 
const SO_REUSEPORT = UNKNOWN
 
const SO_REUSEPORT_LB = UNKNOWN
 
const SO_KEEPALIVE = UNKNOWN
 
const SO_DONTROUTE = UNKNOWN
 
const SO_LINGER = UNKNOWN
 
const SO_LINGER_SEC = UNKNOWN
 
const SO_BROADCAST = UNKNOWN
 
const SO_OOBINLINE = UNKNOWN
 
const SO_SNDBUF = UNKNOWN
 
const SO_RCVBUF = UNKNOWN
 
const SO_SNDLOWAT = UNKNOWN
 
const SO_RCVLOWAT = UNKNOWN
 
const SO_SNDTIMEO = UNKNOWN
 
const SO_RCVTIMEO = UNKNOWN
 
const SO_TYPE = UNKNOWN
 
const SO_FAMILY = UNKNOWN
 
const SO_ERROR = UNKNOWN
 
const SO_BINDTODEVICE = UNKNOWN
 
const SO_BINDTOIFINDEX = UNKNOWN
 
const SO_LABEL = UNKNOWN
 
const SO_PEERLABEL = UNKNOWN
 
const SO_LISTENQLIMIT = UNKNOWN
 
const SO_LISTENQLEN = UNKNOWN
 
const SO_USER_COOKIE = UNKNOWN
 
const SO_SETFIB = UNKNOWN
 
const SO_ACCEPTFILTER = UNKNOWN
 
const SO_RERROR = UNKNOWN
 
const SO_SPLICE = UNKNOWN
 
const SO_ZEROIZE = UNKNOWN
 
const SOL_FILTER = UNKNOWN
 
const FIL_ATTACH = UNKNOWN
 
const FIL_DETACH = UNKNOWN
 
const SO_DONTTRUNC = UNKNOWN
 
const SO_WANTMORE = UNKNOWN
 
const SOL_SOCKET = UNKNOWN
 
const SOMAXCONN = UNKNOWN
 
const SO_MARK = UNKNOWN
 
const SO_RTABLE = UNKNOWN
 
const SO_INCOMING_CPU = UNKNOWN
 
const SO_MEMINFO = UNKNOWN
 
const SO_BPF_EXTENSIONS = UNKNOWN
 
const SO_EXCLBIND = UNKNOWN
 
const SKF_AD_OFF = UNKNOWN
 
const SKF_AD_PROTOCOL = UNKNOWN
 
const SKF_AD_PKTTYPE = UNKNOWN
 
const SKF_AD_IFINDEX = UNKNOWN
 
const SKF_AD_NLATTR = UNKNOWN
 
const SKF_AD_NLATTR_NEST = UNKNOWN
 
const SKF_AD_MARK = UNKNOWN
 
const SKF_AD_QUEUE = UNKNOWN
 
const SKF_AD_HATYPE = UNKNOWN
 
const SKF_AD_RXHASH = UNKNOWN
 
const SKF_AD_CPU = UNKNOWN
 
const SKF_AD_ALU_XOR_X = UNKNOWN
 
const SKF_AD_VLAN_TAG = UNKNOWN
 
const SKF_AD_VLAN_TAG_PRESENT = UNKNOWN
 
const SKF_AD_PAY_OFFSET = UNKNOWN
 
const SKF_AD_RANDOM = UNKNOWN
 
const SKF_AD_VLAN_TPID = UNKNOWN
 
const SKF_AD_MAX = UNKNOWN
 
const TCP_CONGESTION = UNKNOWN
 
const TCP_SYNCNT = UNKNOWN
 
const SO_ZEROCOPY = UNKNOWN
 
const TCP_NODELAY = UNKNOWN
 
const TCP_NOTSENT_LOWAT = UNKNOWN
 
const TCP_DEFER_ACCEPT = UNKNOWN
 
const TCP_KEEPALIVE = UNKNOWN
 
const TCP_KEEPIDLE = UNKNOWN
 
const TCP_KEEPINTVL = UNKNOWN
 
const TCP_KEEPCNT = UNKNOWN
 
const PHP_NORMAL_READ = UNKNOWN
 
const PHP_BINARY_READ = UNKNOWN
 
const MCAST_JOIN_GROUP = UNKNOWN
 
const MCAST_LEAVE_GROUP = UNKNOWN
 
const MCAST_BLOCK_SOURCE = UNKNOWN
 
const MCAST_UNBLOCK_SOURCE = UNKNOWN
 
const MCAST_JOIN_SOURCE_GROUP = UNKNOWN
 
const MCAST_LEAVE_SOURCE_GROUP = UNKNOWN
 
const IP_MULTICAST_IF = UNKNOWN
 
const IP_MULTICAST_TTL = UNKNOWN
 
const IP_MULTICAST_LOOP = UNKNOWN
 
const IP_BIND_ADDRESS_NO_PORT = UNKNOWN
 
const IPV6_MULTICAST_IF = UNKNOWN
 
const IPV6_MULTICAST_HOPS = UNKNOWN
 
const IPV6_MULTICAST_LOOP = UNKNOWN
 
const IPV6_V6ONLY = UNKNOWN
 
const IP_PORTRANGE = UNKNOWN
 
const IP_PORTRANGE_DEFAULT = UNKNOWN
 
const IP_PORTRANGE_HIGH = UNKNOWN
 
const IP_PORTRANGE_LOW = UNKNOWN
 
const SOCKET_EPERM = UNKNOWN
 
const SOCKET_ENOENT = UNKNOWN
 
const SOCKET_EINTR = UNKNOWN
 
const SOCKET_EIO = UNKNOWN
 
const SOCKET_ENXIO = UNKNOWN
 
const SOCKET_E2BIG = UNKNOWN
 
const SOCKET_EBADF = UNKNOWN
 
const SOCKET_EAGAIN = UNKNOWN
 
const SOCKET_ENOMEM = UNKNOWN
 
const SOCKET_EACCES = UNKNOWN
 
const SOCKET_EFAULT = UNKNOWN
 
const SOCKET_ENOTBLK = UNKNOWN
 
const SOCKET_EBUSY = UNKNOWN
 
const SOCKET_EEXIST = UNKNOWN
 
const SOCKET_EXDEV = UNKNOWN
 
const SOCKET_ENODEV = UNKNOWN
 
const SOCKET_ENOTDIR = UNKNOWN
 
const SOCKET_EISDIR = UNKNOWN
 
const SOCKET_EINVAL = UNKNOWN
 
const SOCKET_ENFILE = UNKNOWN
 
const SOCKET_EMFILE = UNKNOWN
 
const SOCKET_ENOTTY = UNKNOWN
 
const SOCKET_ENOSPC = UNKNOWN
 
const SOCKET_ESPIPE = UNKNOWN
 
const SOCKET_EROFS = UNKNOWN
 
const SOCKET_EMLINK = UNKNOWN
 
const SOCKET_EPIPE = UNKNOWN
 
const SOCKET_ENAMETOOLONG = UNKNOWN
 
const SOCKET_ENOLCK = UNKNOWN
 
const SOCKET_ENOSYS = UNKNOWN
 
const SOCKET_ENOTEMPTY = UNKNOWN
 
const SOCKET_ELOOP = UNKNOWN
 
const SOCKET_EWOULDBLOCK = UNKNOWN
 
const SOCKET_ENOMSG = UNKNOWN
 
const SOCKET_EIDRM = UNKNOWN
 
const SOCKET_ECHRNG = UNKNOWN
 
const SOCKET_EL2NSYNC = UNKNOWN
 
const SOCKET_EL3HLT = UNKNOWN
 
const SOCKET_EL3RST = UNKNOWN
 
const SOCKET_ELNRNG = UNKNOWN
 
const SOCKET_EUNATCH = UNKNOWN
 
const SOCKET_ENOCSI = UNKNOWN
 
const SOCKET_EL2HLT = UNKNOWN
 
const SOCKET_EBADE = UNKNOWN
 
const SOCKET_EBADR = UNKNOWN
 
const SOCKET_EXFULL = UNKNOWN
 
const SOCKET_ENOANO = UNKNOWN
 
const SOCKET_EBADRQC = UNKNOWN
 
const SOCKET_EBADSLT = UNKNOWN
 
const SOCKET_ENOSTR = UNKNOWN
 
const SOCKET_ENODATA = UNKNOWN
 
const SOCKET_ETIME = UNKNOWN
 
const SOCKET_ENOSR = UNKNOWN
 
const SOCKET_ENONET = UNKNOWN
 
const SOCKET_EREMOTE = UNKNOWN
 
const SOCKET_ENOLINK = UNKNOWN
 
const SOCKET_EADV = UNKNOWN
 
const SOCKET_ESRMNT = UNKNOWN
 
const SOCKET_ECOMM = UNKNOWN
 
const SOCKET_EPROTO = UNKNOWN
 
const SOCKET_EMULTIHOP = UNKNOWN
 
const SOCKET_EBADMSG = UNKNOWN
 
const SOCKET_ENOTUNIQ = UNKNOWN
 
const SOCKET_EBADFD = UNKNOWN
 
const SOCKET_EREMCHG = UNKNOWN
 
const SOCKET_ERESTART = UNKNOWN
 
const SOCKET_ESTRPIPE = UNKNOWN
 
const SOCKET_EUSERS = UNKNOWN
 
const SOCKET_ENOTSOCK = UNKNOWN
 
const SOCKET_EDESTADDRREQ = UNKNOWN
 
const SOCKET_EMSGSIZE = UNKNOWN
 
const SOCKET_EPROTOTYPE = UNKNOWN
 
const SOCKET_ENOPROTOOPT = UNKNOWN
 
const SOCKET_EPROTONOSUPPORT = UNKNOWN
 
const SOCKET_ESOCKTNOSUPPORT = UNKNOWN
 
const SOCKET_EOPNOTSUPP = UNKNOWN
 
const SOCKET_EPFNOSUPPORT = UNKNOWN
 
const SOCKET_EAFNOSUPPORT = UNKNOWN
 
const SOCKET_EADDRINUSE = UNKNOWN
 
const SOCKET_EADDRNOTAVAIL = UNKNOWN
 
const SOCKET_ENETDOWN = UNKNOWN
 
const SOCKET_ENETUNREACH = UNKNOWN
 
const SOCKET_ENETRESET = UNKNOWN
 
const SOCKET_ECONNABORTED = UNKNOWN
 
const SOCKET_ECONNRESET = UNKNOWN
 
const SOCKET_ENOBUFS = UNKNOWN
 
const SOCKET_EISCONN = UNKNOWN
 
const SOCKET_ENOTCONN = UNKNOWN
 
const SOCKET_ESHUTDOWN = UNKNOWN
 
const SOCKET_ETOOMANYREFS = UNKNOWN
 
const SOCKET_ETIMEDOUT = UNKNOWN
 
const SOCKET_ECONNREFUSED = UNKNOWN
 
const SOCKET_EHOSTDOWN = UNKNOWN
 
const SOCKET_EHOSTUNREACH = UNKNOWN
 
const SOCKET_EALREADY = UNKNOWN
 
const SOCKET_EINPROGRESS = UNKNOWN
 
const SOCKET_EISNAM = UNKNOWN
 
const SOCKET_EREMOTEIO = UNKNOWN
 
const SOCKET_EDQUOT = UNKNOWN
 
const SOCKET_ENOMEDIUM = UNKNOWN
 
const SOCKET_EMEDIUMTYPE = UNKNOWN
 
const SOCKET_ESTALE = UNKNOWN
 
const SOCKET_EDISCON = UNKNOWN
 
const SOCKET_SYSNOTREADY = UNKNOWN
 
const SOCKET_VERNOTSUPPORTED = UNKNOWN
 
const SOCKET_NOTINITIALISED = UNKNOWN
 
const SOCKET_HOST_NOT_FOUND = UNKNOWN
 
const SOCKET_TRY_AGAIN = UNKNOWN
 
const SOCKET_NO_RECOVERY = UNKNOWN
 
const SOCKET_NO_DATA = UNKNOWN
 
const SOCKET_NO_ADDRESS = UNKNOWN
 
const IPPROTO_IP = UNKNOWN
 
const IPPROTO_IPV6 = UNKNOWN
 
const SOL_TCP = UNKNOWN
 
const SOL_UDP = UNKNOWN
 
const SOL_UDPLITE = UNKNOWN
 
const IPV6_UNICAST_HOPS = UNKNOWN
 
const AI_PASSIVE = UNKNOWN
 
const AI_CANONNAME = UNKNOWN
 
const AI_NUMERICHOST = UNKNOWN
 
const AI_V4MAPPED = UNKNOWN
 
const AI_ALL = UNKNOWN
 
const AI_ADDRCONFIG = UNKNOWN
 
const AI_IDN = UNKNOWN
 
const AI_CANONIDN = UNKNOWN
 
const AI_NUMERICSERV = UNKNOWN
 
const SOL_LOCAL = UNKNOWN
 
const IPV6_RECVPKTINFO = UNKNOWN
 
const IPV6_PKTINFO = UNKNOWN
 
const IPV6_RECVHOPLIMIT = UNKNOWN
 
const IPV6_HOPLIMIT = UNKNOWN
 
const IPV6_RECVTCLASS = UNKNOWN
 
const IPV6_TCLASS = UNKNOWN
 
const SCM_RIGHTS = UNKNOWN
 
const SCM_CREDENTIALS = UNKNOWN
 
const SCM_CREDS = UNKNOWN
 
const SO_PASSCRED = UNKNOWN
 
const SCM_CREDS2 = UNKNOWN
 
const LOCAL_CREDS_PERSISTENT = UNKNOWN
 
const LOCAL_CREDS = UNKNOWN
 
const SO_ATTACH_REUSEPORT_CBPF = UNKNOWN
 
const SO_DETACH_FILTER = UNKNOWN
 
const SO_DETACH_BPF = UNKNOWN
 
const SO_EXCLUSIVEADDRUSE = UNKNOWN
 
const SO_NOSIGPIPE = UNKNOWN
 
const TCP_QUICKACK = UNKNOWN
 
const TCP_REPAIR = UNKNOWN
 
const IP_DONTFRAG = UNKNOWN
 
const IP_MTU_DISCOVER = UNKNOWN
 
const IP_PMTUDISC_DO = UNKNOWN
 
const IP_PMTUDISC_DONT = UNKNOWN
 
const IP_PMTUDISC_WANT = UNKNOWN
 
const IP_PMTUDISC_PROBE = UNKNOWN
 
const IP_PMTUDISC_INTERFACE = UNKNOWN
 
const IP_PMTUDISC_OMIT = UNKNOWN
 
const UDPLITE_SEND_CSCOV = UNKNOWN
 
const UDPLITE_RECV_CSCOV = UNKNOWN
 

Function Documentation

◆ socket_accept()

socket_accept ( Socket $socket)

Definition at line 1950 of file sockets.stub.php.

◆ socket_addrinfo_bind()

socket_addrinfo_bind ( AddressInfo $address)

Definition at line 2056 of file sockets.stub.php.

◆ socket_addrinfo_connect()

socket_addrinfo_connect ( AddressInfo $address)

Definition at line 2054 of file sockets.stub.php.

◆ socket_addrinfo_explain()

socket_addrinfo_explain ( AddressInfo $address)
Returns
array<string, int|string|array> @refcount 1

Definition at line 2062 of file sockets.stub.php.

◆ socket_addrinfo_lookup()

socket_addrinfo_lookup ( string $host,
?string $service = null,
array $hints = [] )
Returns
array<int, AddressInfo>|false @refcount 1

Definition at line 2052 of file sockets.stub.php.

◆ socket_atmark()

socket_atmark ( Socket $socket)

Definition at line 2029 of file sockets.stub.php.

◆ socket_bind()

socket_bind ( Socket $socket,
string $address,
int $port = 0 )

Definition at line 1982 of file sockets.stub.php.

◆ socket_clear_error()

socket_clear_error ( ?Socket $socket = null)

Definition at line 2034 of file sockets.stub.php.

◆ socket_close()

socket_close ( Socket $socket)

Definition at line 1958 of file sockets.stub.php.

◆ socket_cmsg_space()

socket_cmsg_space ( int $level,
int $type,
int $num = 0 )

Definition at line 2046 of file sockets.stub.php.

◆ socket_connect()

socket_connect ( Socket $socket,
string $address,
?int $port = null )

Definition at line 1978 of file sockets.stub.php.

◆ socket_create()

socket_create ( int $domain,
int $type,
int $protocol )

Definition at line 1976 of file sockets.stub.php.

◆ socket_create_listen()

socket_create_listen ( int $port,
int $backlog = SOMAXCONN )

Definition at line 1948 of file sockets.stub.php.

◆ socket_create_pair()

socket_create_pair ( int $domain,
int $type,
int $protocol,
& $pair )
Parameters
array$pair

Definition at line 2021 of file sockets.stub.php.

◆ socket_export_stream()

socket_export_stream ( Socket $socket)
Returns
resource|false

Definition at line 2040 of file sockets.stub.php.

◆ socket_get_option()

socket_get_option ( Socket $socket,
int $level,
int $option )
Returns
array<string, mixed>|int|false @refcount 1

Definition at line 2002 of file sockets.stub.php.

◆ socket_getopt()

socket_getopt ( Socket $socket,
int $level,
int $option )
Returns
array<string, mixed>|int|false @alias socket_get_option

Definition at line 2008 of file sockets.stub.php.

◆ socket_getpeername()

socket_getpeername ( Socket $socket,
& $address,
& $port = null )
Parameters
string$address
int$port

Definition at line 1974 of file sockets.stub.php.

◆ socket_getsockname()

socket_getsockname ( Socket $socket,
& $address,
& $port = null )
Parameters
string$address
int$port

Definition at line 1968 of file sockets.stub.php.

◆ socket_import_stream()

socket_import_stream ( $stream)
Parameters
resource$stream

Definition at line 2037 of file sockets.stub.php.

◆ socket_last_error()

socket_last_error ( ?Socket $socket = null)

Definition at line 2032 of file sockets.stub.php.

◆ socket_listen()

socket_listen ( Socket $socket,
int $backlog = 0 )

Definition at line 1956 of file sockets.stub.php.

◆ socket_read()

socket_read ( Socket $socket,
int $length,
int $mode = PHP_BINARY_READ )

Definition at line 1962 of file sockets.stub.php.

◆ socket_recv()

socket_recv ( Socket $socket,
& $data,
int $length,
int $flags )
Parameters
string | null$data

Definition at line 1985 of file sockets.stub.php.

◆ socket_recvfrom()

socket_recvfrom ( Socket $socket,
& $data,
int $length,
int $flags,
& $address,
& $port = null )
Parameters
string$data
string$address
int$port

Definition at line 1994 of file sockets.stub.php.

◆ socket_recvmsg()

socket_recvmsg ( Socket $socket,
array & $message,
int $flags = 0 )

Definition at line 2044 of file sockets.stub.php.

◆ socket_select()

socket_select ( ?array & $read,
?array & $write,
?array & $except,
?int $seconds,
int $microseconds = 0 )

Definition at line 1946 of file sockets.stub.php.

◆ socket_send()

socket_send ( Socket $socket,
string $data,
int $length,
int $flags )

Definition at line 1987 of file sockets.stub.php.

◆ socket_sendmsg()

socket_sendmsg ( Socket $socket,
array $message,
int $flags = 0 )

Definition at line 2042 of file sockets.stub.php.

◆ socket_sendto()

socket_sendto ( Socket $socket,
string $data,
int $length,
int $flags,
string $address,
?int $port = null )

Definition at line 1996 of file sockets.stub.php.

◆ socket_set_block()

socket_set_block ( Socket $socket)

Definition at line 1954 of file sockets.stub.php.

◆ socket_set_nonblock()

socket_set_nonblock ( Socket $socket)

Definition at line 1952 of file sockets.stub.php.

◆ socket_set_option()

socket_set_option ( Socket $socket,
int $level,
int $option,
$value )
Parameters
array | string | int$value

Definition at line 2011 of file sockets.stub.php.

◆ socket_setopt()

socket_setopt ( Socket $socket,
int $level,
int $option,
$value )
Parameters
array | string | int$value@alias socket_set_option

Definition at line 2017 of file sockets.stub.php.

◆ socket_shutdown()

socket_shutdown ( Socket $socket,
int $mode = 2 )

Definition at line 2025 of file sockets.stub.php.

◆ socket_strerror()

socket_strerror ( int $error_code)

Definition at line 1980 of file sockets.stub.php.

◆ socket_write()

socket_write ( Socket $socket,
string $data,
?int $length = null )

Definition at line 1960 of file sockets.stub.php.

◆ socket_wsaprotocol_info_export()

socket_wsaprotocol_info_export ( Socket $socket,
int $process_id )

Definition at line 2065 of file sockets.stub.php.

◆ socket_wsaprotocol_info_import()

socket_wsaprotocol_info_import ( string $info_id)

Definition at line 2067 of file sockets.stub.php.

◆ socket_wsaprotocol_info_release()

socket_wsaprotocol_info_release ( string $info_id)

Definition at line 2069 of file sockets.stub.php.

Variable Documentation

◆ AF_DIVERT

const AF_DIVERT = UNKNOWN

Definition at line 27 of file sockets.stub.php.

◆ AF_INET

const AF_INET = UNKNOWN

Definition at line 14 of file sockets.stub.php.

◆ AF_INET6

const AF_INET6 = UNKNOWN

Definition at line 20 of file sockets.stub.php.

◆ AF_UNIX

const AF_UNIX = UNKNOWN

Definition at line 9 of file sockets.stub.php.

◆ AI_ADDRCONFIG

const AI_ADDRCONFIG = UNKNOWN

Definition at line 1692 of file sockets.stub.php.

◆ AI_ALL

const AI_ALL = UNKNOWN

Definition at line 1686 of file sockets.stub.php.

◆ AI_CANONIDN

const AI_CANONIDN = UNKNOWN

Definition at line 1703 of file sockets.stub.php.

◆ AI_CANONNAME

const AI_CANONNAME = UNKNOWN

Definition at line 1668 of file sockets.stub.php.

◆ AI_IDN

const AI_IDN = UNKNOWN

Definition at line 1698 of file sockets.stub.php.

◆ AI_NUMERICHOST

const AI_NUMERICHOST = UNKNOWN

Definition at line 1673 of file sockets.stub.php.

◆ AI_NUMERICSERV

const AI_NUMERICSERV = UNKNOWN

Definition at line 1710 of file sockets.stub.php.

◆ AI_PASSIVE

const AI_PASSIVE = UNKNOWN

Definition at line 1663 of file sockets.stub.php.

◆ AI_V4MAPPED

const AI_V4MAPPED = UNKNOWN

Definition at line 1679 of file sockets.stub.php.

◆ FIL_ATTACH

const FIL_ATTACH = UNKNOWN

Definition at line 377 of file sockets.stub.php.

◆ FIL_DETACH

const FIL_DETACH = UNKNOWN

Definition at line 382 of file sockets.stub.php.

◆ IP_BIND_ADDRESS_NO_PORT

const IP_BIND_ADDRESS_NO_PORT = UNKNOWN

Definition at line 707 of file sockets.stub.php.

◆ IP_DONTFRAG

const IP_DONTFRAG = UNKNOWN

Definition at line 1864 of file sockets.stub.php.

◆ IP_MTU_DISCOVER

const IP_MTU_DISCOVER = UNKNOWN

Definition at line 1871 of file sockets.stub.php.

◆ IP_MULTICAST_IF

const IP_MULTICAST_IF = UNKNOWN

Definition at line 691 of file sockets.stub.php.

◆ IP_MULTICAST_LOOP

const IP_MULTICAST_LOOP = UNKNOWN

Definition at line 701 of file sockets.stub.php.

◆ IP_MULTICAST_TTL

const IP_MULTICAST_TTL = UNKNOWN

Definition at line 696 of file sockets.stub.php.

◆ IP_PMTUDISC_DO

const IP_PMTUDISC_DO = UNKNOWN

Definition at line 1878 of file sockets.stub.php.

◆ IP_PMTUDISC_DONT

const IP_PMTUDISC_DONT = UNKNOWN

Definition at line 1885 of file sockets.stub.php.

◆ IP_PMTUDISC_INTERFACE

const IP_PMTUDISC_INTERFACE = UNKNOWN

Definition at line 1906 of file sockets.stub.php.

◆ IP_PMTUDISC_OMIT

const IP_PMTUDISC_OMIT = UNKNOWN

Definition at line 1913 of file sockets.stub.php.

◆ IP_PMTUDISC_PROBE

const IP_PMTUDISC_PROBE = UNKNOWN

Definition at line 1899 of file sockets.stub.php.

◆ IP_PMTUDISC_WANT

const IP_PMTUDISC_WANT = UNKNOWN

Definition at line 1892 of file sockets.stub.php.

◆ IP_PORTRANGE

const IP_PORTRANGE = UNKNOWN

Definition at line 740 of file sockets.stub.php.

◆ IP_PORTRANGE_DEFAULT

const IP_PORTRANGE_DEFAULT = UNKNOWN

Definition at line 745 of file sockets.stub.php.

◆ IP_PORTRANGE_HIGH

const IP_PORTRANGE_HIGH = UNKNOWN

Definition at line 750 of file sockets.stub.php.

◆ IP_PORTRANGE_LOW

const IP_PORTRANGE_LOW = UNKNOWN

Definition at line 755 of file sockets.stub.php.

◆ IPPROTO_IP

const IPPROTO_IP = UNKNOWN

Definition at line 1624 of file sockets.stub.php.

◆ IPPROTO_IPV6

const IPPROTO_IPV6 = UNKNOWN

Definition at line 1630 of file sockets.stub.php.

◆ IPV6_HOPLIMIT

const IPV6_HOPLIMIT = UNKNOWN

Definition at line 1743 of file sockets.stub.php.

◆ IPV6_MULTICAST_HOPS

const IPV6_MULTICAST_HOPS = UNKNOWN

Definition at line 719 of file sockets.stub.php.

◆ IPV6_MULTICAST_IF

const IPV6_MULTICAST_IF = UNKNOWN

Definition at line 714 of file sockets.stub.php.

◆ IPV6_MULTICAST_LOOP

const IPV6_MULTICAST_LOOP = UNKNOWN

Definition at line 724 of file sockets.stub.php.

◆ IPV6_PKTINFO

const IPV6_PKTINFO = UNKNOWN

Definition at line 1731 of file sockets.stub.php.

◆ IPV6_RECVHOPLIMIT

const IPV6_RECVHOPLIMIT = UNKNOWN

Definition at line 1738 of file sockets.stub.php.

◆ IPV6_RECVPKTINFO

const IPV6_RECVPKTINFO = UNKNOWN

Definition at line 1726 of file sockets.stub.php.

◆ IPV6_RECVTCLASS

const IPV6_RECVTCLASS = UNKNOWN

Definition at line 1751 of file sockets.stub.php.

◆ IPV6_TCLASS

const IPV6_TCLASS = UNKNOWN

Definition at line 1756 of file sockets.stub.php.

◆ IPV6_UNICAST_HOPS

const IPV6_UNICAST_HOPS = UNKNOWN

Definition at line 1656 of file sockets.stub.php.

◆ IPV6_V6ONLY

const IPV6_V6ONLY = UNKNOWN

Definition at line 732 of file sockets.stub.php.

◆ LOCAL_CREDS

const LOCAL_CREDS = UNKNOWN

Definition at line 1808 of file sockets.stub.php.

◆ LOCAL_CREDS_PERSISTENT

const LOCAL_CREDS_PERSISTENT = UNKNOWN

Definition at line 1796 of file sockets.stub.php.

◆ MCAST_BLOCK_SOURCE

const MCAST_BLOCK_SOURCE = UNKNOWN

Definition at line 669 of file sockets.stub.php.

◆ MCAST_JOIN_GROUP

const MCAST_JOIN_GROUP = UNKNOWN

Definition at line 658 of file sockets.stub.php.

◆ MCAST_JOIN_SOURCE_GROUP

const MCAST_JOIN_SOURCE_GROUP = UNKNOWN

Definition at line 679 of file sockets.stub.php.

◆ MCAST_LEAVE_GROUP

const MCAST_LEAVE_GROUP = UNKNOWN

Definition at line 663 of file sockets.stub.php.

◆ MCAST_LEAVE_SOURCE_GROUP

const MCAST_LEAVE_SOURCE_GROUP = UNKNOWN

Definition at line 684 of file sockets.stub.php.

◆ MCAST_UNBLOCK_SOURCE

const MCAST_UNBLOCK_SOURCE = UNKNOWN

Definition at line 674 of file sockets.stub.php.

◆ MSG_CMSG_CLOEXEC

const MSG_CMSG_CLOEXEC = UNKNOWN

Definition at line 178 of file sockets.stub.php.

◆ MSG_CONFIRM

const MSG_CONFIRM = UNKNOWN

Definition at line 136 of file sockets.stub.php.

◆ MSG_CTRUNC

const MSG_CTRUNC = UNKNOWN

Definition at line 100 of file sockets.stub.php.

◆ MSG_DONTROUTE

const MSG_DONTROUTE = UNKNOWN

Definition at line 115 of file sockets.stub.php.

◆ MSG_DONTWAIT

const MSG_DONTWAIT = UNKNOWN

Definition at line 157 of file sockets.stub.php.

◆ MSG_EOF

const MSG_EOF = UNKNOWN

Definition at line 128 of file sockets.stub.php.

◆ MSG_EOR

const MSG_EOR = UNKNOWN

Definition at line 121 of file sockets.stub.php.

◆ MSG_ERRQUEUE

const MSG_ERRQUEUE = UNKNOWN

Definition at line 143 of file sockets.stub.php.

◆ MSG_MORE

const MSG_MORE = UNKNOWN

Definition at line 164 of file sockets.stub.php.

◆ MSG_NOSIGNAL

const MSG_NOSIGNAL = UNKNOWN

Definition at line 150 of file sockets.stub.php.

◆ MSG_OOB

const MSG_OOB = UNKNOWN

Definition at line 90 of file sockets.stub.php.

◆ MSG_PEEK

const MSG_PEEK = UNKNOWN

Definition at line 110 of file sockets.stub.php.

◆ MSG_TRUNC

const MSG_TRUNC = UNKNOWN

Definition at line 105 of file sockets.stub.php.

◆ MSG_WAITALL

const MSG_WAITALL = UNKNOWN

Definition at line 95 of file sockets.stub.php.

◆ MSG_WAITFORONE

const MSG_WAITFORONE = UNKNOWN

Definition at line 171 of file sockets.stub.php.

◆ MSG_ZEROCOPY

const MSG_ZEROCOPY = UNKNOWN

Definition at line 185 of file sockets.stub.php.

◆ PHP_BINARY_READ

const PHP_BINARY_READ = UNKNOWN

Definition at line 652 of file sockets.stub.php.

◆ PHP_NORMAL_READ

const PHP_NORMAL_READ = UNKNOWN

Definition at line 647 of file sockets.stub.php.

◆ SCM_CREDENTIALS

const SCM_CREDENTIALS = UNKNOWN

Definition at line 1772 of file sockets.stub.php.

◆ SCM_CREDS

const SCM_CREDS = UNKNOWN

Definition at line 1778 of file sockets.stub.php.

◆ SCM_CREDS2

const SCM_CREDS2 = UNKNOWN

Definition at line 1791 of file sockets.stub.php.

◆ SCM_RIGHTS

const SCM_RIGHTS = UNKNOWN

Definition at line 1764 of file sockets.stub.php.

◆ SKF_AD_ALU_XOR_X

const SKF_AD_ALU_XOR_X = UNKNOWN

Definition at line 532 of file sockets.stub.php.

◆ SKF_AD_CPU

const SKF_AD_CPU = UNKNOWN

Definition at line 525 of file sockets.stub.php.

◆ SKF_AD_HATYPE

const SKF_AD_HATYPE = UNKNOWN

Definition at line 511 of file sockets.stub.php.

◆ SKF_AD_IFINDEX

const SKF_AD_IFINDEX = UNKNOWN

Definition at line 476 of file sockets.stub.php.

◆ SKF_AD_MARK

const SKF_AD_MARK = UNKNOWN

Definition at line 497 of file sockets.stub.php.

◆ SKF_AD_MAX

const SKF_AD_MAX = UNKNOWN

Definition at line 574 of file sockets.stub.php.

◆ SKF_AD_NLATTR

const SKF_AD_NLATTR = UNKNOWN

Definition at line 483 of file sockets.stub.php.

◆ SKF_AD_NLATTR_NEST

const SKF_AD_NLATTR_NEST = UNKNOWN

Definition at line 490 of file sockets.stub.php.

◆ SKF_AD_OFF

const SKF_AD_OFF = UNKNOWN

Definition at line 455 of file sockets.stub.php.

◆ SKF_AD_PAY_OFFSET

const SKF_AD_PAY_OFFSET = UNKNOWN

Definition at line 553 of file sockets.stub.php.

◆ SKF_AD_PKTTYPE

const SKF_AD_PKTTYPE = UNKNOWN

Definition at line 469 of file sockets.stub.php.

◆ SKF_AD_PROTOCOL

const SKF_AD_PROTOCOL = UNKNOWN

Definition at line 462 of file sockets.stub.php.

◆ SKF_AD_QUEUE

const SKF_AD_QUEUE = UNKNOWN

Definition at line 504 of file sockets.stub.php.

◆ SKF_AD_RANDOM

const SKF_AD_RANDOM = UNKNOWN

Definition at line 560 of file sockets.stub.php.

◆ SKF_AD_RXHASH

const SKF_AD_RXHASH = UNKNOWN

Definition at line 518 of file sockets.stub.php.

◆ SKF_AD_VLAN_TAG

const SKF_AD_VLAN_TAG = UNKNOWN

Definition at line 539 of file sockets.stub.php.

◆ SKF_AD_VLAN_TAG_PRESENT

const SKF_AD_VLAN_TAG_PRESENT = UNKNOWN

Definition at line 546 of file sockets.stub.php.

◆ SKF_AD_VLAN_TPID

const SKF_AD_VLAN_TPID = UNKNOWN

Definition at line 567 of file sockets.stub.php.

◆ SO_ACCEPTFILTER

const SO_ACCEPTFILTER = UNKNOWN

Definition at line 344 of file sockets.stub.php.

◆ SO_ATTACH_REUSEPORT_CBPF

const SO_ATTACH_REUSEPORT_CBPF = UNKNOWN

Definition at line 1815 of file sockets.stub.php.

◆ SO_BINDTODEVICE

const SO_BINDTODEVICE = UNKNOWN

Definition at line 296 of file sockets.stub.php.

◆ SO_BINDTOIFINDEX

const SO_BINDTOIFINDEX = UNKNOWN

Definition at line 303 of file sockets.stub.php.

◆ SO_BPF_EXTENSIONS

const SO_BPF_EXTENSIONS = UNKNOWN

Definition at line 441 of file sockets.stub.php.

◆ SO_BROADCAST

const SO_BROADCAST = UNKNOWN

Definition at line 238 of file sockets.stub.php.

◆ SO_DEBUG

const SO_DEBUG = UNKNOWN

Definition at line 192 of file sockets.stub.php.

◆ SO_DETACH_BPF

const SO_DETACH_BPF = UNKNOWN

Definition at line 1829 of file sockets.stub.php.

◆ SO_DETACH_FILTER

const SO_DETACH_FILTER = UNKNOWN

Definition at line 1822 of file sockets.stub.php.

◆ SO_DONTROUTE

const SO_DONTROUTE = UNKNOWN

Definition at line 221 of file sockets.stub.php.

◆ SO_DONTTRUNC

const SO_DONTTRUNC = UNKNOWN

Definition at line 389 of file sockets.stub.php.

◆ SO_ERROR

const SO_ERROR = UNKNOWN

Definition at line 290 of file sockets.stub.php.

◆ SO_EXCLBIND

const SO_EXCLBIND = UNKNOWN

Definition at line 448 of file sockets.stub.php.

◆ SO_EXCLUSIVEADDRUSE

const SO_EXCLUSIVEADDRUSE = UNKNOWN

Definition at line 1836 of file sockets.stub.php.

◆ SO_FAMILY

const SO_FAMILY = UNKNOWN

Definition at line 284 of file sockets.stub.php.

◆ SO_INCOMING_CPU

const SO_INCOMING_CPU = UNKNOWN

Definition at line 427 of file sockets.stub.php.

◆ SO_KEEPALIVE

const SO_KEEPALIVE = UNKNOWN

Definition at line 216 of file sockets.stub.php.

◆ SO_LABEL

const SO_LABEL = UNKNOWN

Definition at line 310 of file sockets.stub.php.

◆ SO_LINGER

const SO_LINGER = UNKNOWN

Definition at line 226 of file sockets.stub.php.

◆ SO_LINGER_SEC

const SO_LINGER_SEC = UNKNOWN

Definition at line 232 of file sockets.stub.php.

◆ SO_LISTENQLEN

const SO_LISTENQLEN = UNKNOWN

Definition at line 325 of file sockets.stub.php.

◆ SO_LISTENQLIMIT

const SO_LISTENQLIMIT = UNKNOWN

Definition at line 320 of file sockets.stub.php.

◆ SO_MARK

const SO_MARK = UNKNOWN

Definition at line 413 of file sockets.stub.php.

◆ SO_MEMINFO

const SO_MEMINFO = UNKNOWN

Definition at line 434 of file sockets.stub.php.

◆ SO_NOSIGPIPE

const SO_NOSIGPIPE = UNKNOWN

Definition at line 1843 of file sockets.stub.php.

◆ SO_OOBINLINE

const SO_OOBINLINE = UNKNOWN

Definition at line 243 of file sockets.stub.php.

◆ SO_PASSCRED

const SO_PASSCRED = UNKNOWN

Definition at line 1784 of file sockets.stub.php.

◆ SO_PEERLABEL

const SO_PEERLABEL = UNKNOWN

Definition at line 315 of file sockets.stub.php.

◆ SO_RCVBUF

const SO_RCVBUF = UNKNOWN

Definition at line 253 of file sockets.stub.php.

◆ SO_RCVLOWAT

const SO_RCVLOWAT = UNKNOWN

Definition at line 263 of file sockets.stub.php.

◆ SO_RCVTIMEO

const SO_RCVTIMEO = UNKNOWN

Definition at line 273 of file sockets.stub.php.

◆ SO_RERROR

const SO_RERROR = UNKNOWN

Definition at line 351 of file sockets.stub.php.

◆ SO_REUSEADDR

const SO_REUSEADDR = UNKNOWN

Definition at line 197 of file sockets.stub.php.

◆ SO_REUSEPORT

const SO_REUSEPORT = UNKNOWN

Definition at line 203 of file sockets.stub.php.

◆ SO_REUSEPORT_LB

const SO_REUSEPORT_LB = UNKNOWN

Definition at line 210 of file sockets.stub.php.

◆ SO_RTABLE

const SO_RTABLE = UNKNOWN

Definition at line 420 of file sockets.stub.php.

◆ SO_SETFIB

const SO_SETFIB = UNKNOWN

Definition at line 337 of file sockets.stub.php.

◆ SO_SNDBUF

const SO_SNDBUF = UNKNOWN

Definition at line 248 of file sockets.stub.php.

◆ SO_SNDLOWAT

const SO_SNDLOWAT = UNKNOWN

Definition at line 258 of file sockets.stub.php.

◆ SO_SNDTIMEO

const SO_SNDTIMEO = UNKNOWN

Definition at line 268 of file sockets.stub.php.

◆ SO_SPLICE

const SO_SPLICE = UNKNOWN

Definition at line 358 of file sockets.stub.php.

◆ SO_TYPE

const SO_TYPE = UNKNOWN

Definition at line 278 of file sockets.stub.php.

◆ SO_USER_COOKIE

const SO_USER_COOKIE = UNKNOWN

Definition at line 330 of file sockets.stub.php.

◆ SO_WANTMORE

const SO_WANTMORE = UNKNOWN

Definition at line 396 of file sockets.stub.php.

◆ SO_ZEROCOPY

const SO_ZEROCOPY = UNKNOWN

Definition at line 596 of file sockets.stub.php.

◆ SO_ZEROIZE

const SO_ZEROIZE = UNKNOWN

Definition at line 365 of file sockets.stub.php.

◆ SOCK_CLOEXEC

const SOCK_CLOEXEC = UNKNOWN

Definition at line 76 of file sockets.stub.php.

◆ SOCK_CONN_DGRAM

const SOCK_CONN_DGRAM = UNKNOWN

Definition at line 61 of file sockets.stub.php.

◆ SOCK_DCCP

const SOCK_DCCP = UNKNOWN

Definition at line 69 of file sockets.stub.php.

◆ SOCK_DGRAM

const SOCK_DGRAM = UNKNOWN

Definition at line 38 of file sockets.stub.php.

◆ SOCK_NONBLOCK

const SOCK_NONBLOCK = UNKNOWN

Definition at line 83 of file sockets.stub.php.

◆ SOCK_RAW

const SOCK_RAW = UNKNOWN

Definition at line 43 of file sockets.stub.php.

◆ SOCK_RDM

const SOCK_RDM = UNKNOWN

Definition at line 54 of file sockets.stub.php.

◆ SOCK_SEQPACKET

const SOCK_SEQPACKET = UNKNOWN

Definition at line 48 of file sockets.stub.php.

◆ SOCK_STREAM

const SOCK_STREAM = UNKNOWN

Definition at line 33 of file sockets.stub.php.

◆ SOCKET_E2BIG

const SOCKET_E2BIG = UNKNOWN

Definition at line 804 of file sockets.stub.php.

◆ SOCKET_EACCES

const SOCKET_EACCES = UNKNOWN

Definition at line 836 of file sockets.stub.php.

◆ SOCKET_EADDRINUSE

const SOCKET_EADDRINUSE = UNKNOWN

Definition at line 1388 of file sockets.stub.php.

◆ SOCKET_EADDRNOTAVAIL

const SOCKET_EADDRNOTAVAIL = UNKNOWN

Definition at line 1396 of file sockets.stub.php.

◆ SOCKET_EADV

const SOCKET_EADV = UNKNOWN

Definition at line 1212 of file sockets.stub.php.

◆ SOCKET_EAFNOSUPPORT

const SOCKET_EAFNOSUPPORT = UNKNOWN

Definition at line 1380 of file sockets.stub.php.

◆ SOCKET_EAGAIN

const SOCKET_EAGAIN = UNKNOWN

Definition at line 820 of file sockets.stub.php.

◆ SOCKET_EALREADY

const SOCKET_EALREADY = UNKNOWN

Definition at line 1516 of file sockets.stub.php.

◆ SOCKET_EBADE

const SOCKET_EBADE = UNKNOWN

Definition at line 1108 of file sockets.stub.php.

◆ SOCKET_EBADF

const SOCKET_EBADF = UNKNOWN

Definition at line 812 of file sockets.stub.php.

◆ SOCKET_EBADFD

const SOCKET_EBADFD = UNKNOWN

Definition at line 1268 of file sockets.stub.php.

◆ SOCKET_EBADMSG

const SOCKET_EBADMSG = UNKNOWN

Definition at line 1252 of file sockets.stub.php.

◆ SOCKET_EBADR

const SOCKET_EBADR = UNKNOWN

Definition at line 1116 of file sockets.stub.php.

◆ SOCKET_EBADRQC

const SOCKET_EBADRQC = UNKNOWN

Definition at line 1140 of file sockets.stub.php.

◆ SOCKET_EBADSLT

const SOCKET_EBADSLT = UNKNOWN

Definition at line 1148 of file sockets.stub.php.

◆ SOCKET_EBUSY

const SOCKET_EBUSY = UNKNOWN

Definition at line 860 of file sockets.stub.php.

◆ SOCKET_ECHRNG

const SOCKET_ECHRNG = UNKNOWN

Definition at line 1044 of file sockets.stub.php.

◆ SOCKET_ECOMM

const SOCKET_ECOMM = UNKNOWN

Definition at line 1228 of file sockets.stub.php.

◆ SOCKET_ECONNABORTED

const SOCKET_ECONNABORTED = UNKNOWN

Definition at line 1428 of file sockets.stub.php.

◆ SOCKET_ECONNREFUSED

const SOCKET_ECONNREFUSED = UNKNOWN

Definition at line 1492 of file sockets.stub.php.

◆ SOCKET_ECONNRESET

const SOCKET_ECONNRESET = UNKNOWN

Definition at line 1436 of file sockets.stub.php.

◆ SOCKET_EDESTADDRREQ

const SOCKET_EDESTADDRREQ = UNKNOWN

Definition at line 1316 of file sockets.stub.php.

◆ SOCKET_EDISCON

const SOCKET_EDISCON = UNKNOWN

Definition at line 1577 of file sockets.stub.php.

◆ SOCKET_EDQUOT

const SOCKET_EDQUOT = UNKNOWN

Definition at line 1548 of file sockets.stub.php.

◆ SOCKET_EEXIST

const SOCKET_EEXIST = UNKNOWN

Definition at line 868 of file sockets.stub.php.

◆ SOCKET_EFAULT

const SOCKET_EFAULT = UNKNOWN

Definition at line 844 of file sockets.stub.php.

◆ SOCKET_EHOSTDOWN

const SOCKET_EHOSTDOWN = UNKNOWN

Definition at line 1500 of file sockets.stub.php.

◆ SOCKET_EHOSTUNREACH

const SOCKET_EHOSTUNREACH = UNKNOWN

Definition at line 1508 of file sockets.stub.php.

◆ SOCKET_EIDRM

const SOCKET_EIDRM = UNKNOWN

Definition at line 1036 of file sockets.stub.php.

◆ SOCKET_EINPROGRESS

const SOCKET_EINPROGRESS = UNKNOWN

Definition at line 1524 of file sockets.stub.php.

◆ SOCKET_EINTR

const SOCKET_EINTR = UNKNOWN

Definition at line 780 of file sockets.stub.php.

◆ SOCKET_EINVAL

const SOCKET_EINVAL = UNKNOWN

Definition at line 908 of file sockets.stub.php.

◆ SOCKET_EIO

const SOCKET_EIO = UNKNOWN

Definition at line 788 of file sockets.stub.php.

◆ SOCKET_EISCONN

const SOCKET_EISCONN = UNKNOWN

Definition at line 1452 of file sockets.stub.php.

◆ SOCKET_EISDIR

const SOCKET_EISDIR = UNKNOWN

Definition at line 900 of file sockets.stub.php.

◆ SOCKET_EISNAM

const SOCKET_EISNAM = UNKNOWN

Definition at line 1532 of file sockets.stub.php.

◆ SOCKET_EL2HLT

const SOCKET_EL2HLT = UNKNOWN

Definition at line 1100 of file sockets.stub.php.

◆ SOCKET_EL2NSYNC

const SOCKET_EL2NSYNC = UNKNOWN

Definition at line 1052 of file sockets.stub.php.

◆ SOCKET_EL3HLT

const SOCKET_EL3HLT = UNKNOWN

Definition at line 1060 of file sockets.stub.php.

◆ SOCKET_EL3RST

const SOCKET_EL3RST = UNKNOWN

Definition at line 1068 of file sockets.stub.php.

◆ SOCKET_ELNRNG

const SOCKET_ELNRNG = UNKNOWN

Definition at line 1076 of file sockets.stub.php.

◆ SOCKET_ELOOP

const SOCKET_ELOOP = UNKNOWN

Definition at line 1012 of file sockets.stub.php.

◆ SOCKET_EMEDIUMTYPE

const SOCKET_EMEDIUMTYPE = UNKNOWN

Definition at line 1564 of file sockets.stub.php.

◆ SOCKET_EMFILE

const SOCKET_EMFILE = UNKNOWN

Definition at line 924 of file sockets.stub.php.

◆ SOCKET_EMLINK

const SOCKET_EMLINK = UNKNOWN

Definition at line 964 of file sockets.stub.php.

◆ SOCKET_EMSGSIZE

const SOCKET_EMSGSIZE = UNKNOWN

Definition at line 1324 of file sockets.stub.php.

◆ SOCKET_EMULTIHOP

const SOCKET_EMULTIHOP = UNKNOWN

Definition at line 1244 of file sockets.stub.php.

◆ SOCKET_ENAMETOOLONG

const SOCKET_ENAMETOOLONG = UNKNOWN

Definition at line 980 of file sockets.stub.php.

◆ SOCKET_ENETDOWN

const SOCKET_ENETDOWN = UNKNOWN

Definition at line 1404 of file sockets.stub.php.

◆ SOCKET_ENETRESET

const SOCKET_ENETRESET = UNKNOWN

Definition at line 1420 of file sockets.stub.php.

◆ SOCKET_ENETUNREACH

const SOCKET_ENETUNREACH = UNKNOWN

Definition at line 1412 of file sockets.stub.php.

◆ SOCKET_ENFILE

const SOCKET_ENFILE = UNKNOWN

Definition at line 916 of file sockets.stub.php.

◆ SOCKET_ENOANO

const SOCKET_ENOANO = UNKNOWN

Definition at line 1132 of file sockets.stub.php.

◆ SOCKET_ENOBUFS

const SOCKET_ENOBUFS = UNKNOWN

Definition at line 1444 of file sockets.stub.php.

◆ SOCKET_ENOCSI

const SOCKET_ENOCSI = UNKNOWN

Definition at line 1092 of file sockets.stub.php.

◆ SOCKET_ENODATA

const SOCKET_ENODATA = UNKNOWN

Definition at line 1164 of file sockets.stub.php.

◆ SOCKET_ENODEV

const SOCKET_ENODEV = UNKNOWN

Definition at line 884 of file sockets.stub.php.

◆ SOCKET_ENOENT

const SOCKET_ENOENT = UNKNOWN

Definition at line 772 of file sockets.stub.php.

◆ SOCKET_ENOLCK

const SOCKET_ENOLCK = UNKNOWN

Definition at line 988 of file sockets.stub.php.

◆ SOCKET_ENOLINK

const SOCKET_ENOLINK = UNKNOWN

Definition at line 1204 of file sockets.stub.php.

◆ SOCKET_ENOMEDIUM

const SOCKET_ENOMEDIUM = UNKNOWN

Definition at line 1556 of file sockets.stub.php.

◆ SOCKET_ENOMEM

const SOCKET_ENOMEM = UNKNOWN

Definition at line 828 of file sockets.stub.php.

◆ SOCKET_ENOMSG

const SOCKET_ENOMSG = UNKNOWN

Definition at line 1028 of file sockets.stub.php.

◆ SOCKET_ENONET

const SOCKET_ENONET = UNKNOWN

Definition at line 1188 of file sockets.stub.php.

◆ SOCKET_ENOPROTOOPT

const SOCKET_ENOPROTOOPT = UNKNOWN

Definition at line 1340 of file sockets.stub.php.

◆ SOCKET_ENOSPC

const SOCKET_ENOSPC = UNKNOWN

Definition at line 940 of file sockets.stub.php.

◆ SOCKET_ENOSR

const SOCKET_ENOSR = UNKNOWN

Definition at line 1180 of file sockets.stub.php.

◆ SOCKET_ENOSTR

const SOCKET_ENOSTR = UNKNOWN

Definition at line 1156 of file sockets.stub.php.

◆ SOCKET_ENOSYS

const SOCKET_ENOSYS = UNKNOWN

Definition at line 996 of file sockets.stub.php.

◆ SOCKET_ENOTBLK

const SOCKET_ENOTBLK = UNKNOWN

Definition at line 852 of file sockets.stub.php.

◆ SOCKET_ENOTCONN

const SOCKET_ENOTCONN = UNKNOWN

Definition at line 1460 of file sockets.stub.php.

◆ SOCKET_ENOTDIR

const SOCKET_ENOTDIR = UNKNOWN

Definition at line 892 of file sockets.stub.php.

◆ SOCKET_ENOTEMPTY

const SOCKET_ENOTEMPTY = UNKNOWN

Definition at line 1004 of file sockets.stub.php.

◆ SOCKET_ENOTSOCK

const SOCKET_ENOTSOCK = UNKNOWN

Definition at line 1308 of file sockets.stub.php.

◆ SOCKET_ENOTTY

const SOCKET_ENOTTY = UNKNOWN

Definition at line 932 of file sockets.stub.php.

◆ SOCKET_ENOTUNIQ

const SOCKET_ENOTUNIQ = UNKNOWN

Definition at line 1260 of file sockets.stub.php.

◆ SOCKET_ENXIO

const SOCKET_ENXIO = UNKNOWN

Definition at line 796 of file sockets.stub.php.

◆ SOCKET_EOPNOTSUPP

const SOCKET_EOPNOTSUPP = UNKNOWN

Definition at line 1364 of file sockets.stub.php.

◆ SOCKET_EPERM

const SOCKET_EPERM = UNKNOWN

Definition at line 764 of file sockets.stub.php.

◆ SOCKET_EPFNOSUPPORT

const SOCKET_EPFNOSUPPORT = UNKNOWN

Definition at line 1372 of file sockets.stub.php.

◆ SOCKET_EPIPE

const SOCKET_EPIPE = UNKNOWN

Definition at line 972 of file sockets.stub.php.

◆ SOCKET_EPROTO

const SOCKET_EPROTO = UNKNOWN

Definition at line 1236 of file sockets.stub.php.

◆ SOCKET_EPROTONOSUPPORT

const SOCKET_EPROTONOSUPPORT = UNKNOWN

Definition at line 1348 of file sockets.stub.php.

◆ SOCKET_EPROTOTYPE

const SOCKET_EPROTOTYPE = UNKNOWN

Definition at line 1332 of file sockets.stub.php.

◆ SOCKET_EREMCHG

const SOCKET_EREMCHG = UNKNOWN

Definition at line 1276 of file sockets.stub.php.

◆ SOCKET_EREMOTE

const SOCKET_EREMOTE = UNKNOWN

Definition at line 1196 of file sockets.stub.php.

◆ SOCKET_EREMOTEIO

const SOCKET_EREMOTEIO = UNKNOWN

Definition at line 1540 of file sockets.stub.php.

◆ SOCKET_ERESTART

const SOCKET_ERESTART = UNKNOWN

Definition at line 1284 of file sockets.stub.php.

◆ SOCKET_EROFS

const SOCKET_EROFS = UNKNOWN

Definition at line 956 of file sockets.stub.php.

◆ SOCKET_ESHUTDOWN

const SOCKET_ESHUTDOWN = UNKNOWN

Definition at line 1468 of file sockets.stub.php.

◆ SOCKET_ESOCKTNOSUPPORT

const SOCKET_ESOCKTNOSUPPORT = UNKNOWN

Definition at line 1356 of file sockets.stub.php.

◆ SOCKET_ESPIPE

const SOCKET_ESPIPE = UNKNOWN

Definition at line 948 of file sockets.stub.php.

◆ SOCKET_ESRMNT

const SOCKET_ESRMNT = UNKNOWN

Definition at line 1220 of file sockets.stub.php.

◆ SOCKET_ESTALE

const SOCKET_ESTALE = UNKNOWN

Definition at line 1572 of file sockets.stub.php.

◆ SOCKET_ESTRPIPE

const SOCKET_ESTRPIPE = UNKNOWN

Definition at line 1292 of file sockets.stub.php.

◆ SOCKET_ETIME

const SOCKET_ETIME = UNKNOWN

Definition at line 1172 of file sockets.stub.php.

◆ SOCKET_ETIMEDOUT

const SOCKET_ETIMEDOUT = UNKNOWN

Definition at line 1484 of file sockets.stub.php.

◆ SOCKET_ETOOMANYREFS

const SOCKET_ETOOMANYREFS = UNKNOWN

Definition at line 1476 of file sockets.stub.php.

◆ SOCKET_EUNATCH

const SOCKET_EUNATCH = UNKNOWN

Definition at line 1084 of file sockets.stub.php.

◆ SOCKET_EUSERS

const SOCKET_EUSERS = UNKNOWN

Definition at line 1300 of file sockets.stub.php.

◆ SOCKET_EWOULDBLOCK

const SOCKET_EWOULDBLOCK = UNKNOWN

Definition at line 1020 of file sockets.stub.php.

◆ SOCKET_EXDEV

const SOCKET_EXDEV = UNKNOWN

Definition at line 876 of file sockets.stub.php.

◆ SOCKET_EXFULL

const SOCKET_EXFULL = UNKNOWN

Definition at line 1124 of file sockets.stub.php.

◆ SOCKET_HOST_NOT_FOUND

const SOCKET_HOST_NOT_FOUND = UNKNOWN

Definition at line 1597 of file sockets.stub.php.

◆ SOCKET_NO_ADDRESS

const SOCKET_NO_ADDRESS = UNKNOWN

Definition at line 1617 of file sockets.stub.php.

◆ SOCKET_NO_DATA

const SOCKET_NO_DATA = UNKNOWN

Definition at line 1612 of file sockets.stub.php.

◆ SOCKET_NO_RECOVERY

const SOCKET_NO_RECOVERY = UNKNOWN

Definition at line 1607 of file sockets.stub.php.

◆ SOCKET_NOTINITIALISED

const SOCKET_NOTINITIALISED = UNKNOWN

Definition at line 1592 of file sockets.stub.php.

◆ SOCKET_SYSNOTREADY

const SOCKET_SYSNOTREADY = UNKNOWN

Definition at line 1582 of file sockets.stub.php.

◆ SOCKET_TRY_AGAIN

const SOCKET_TRY_AGAIN = UNKNOWN

Definition at line 1602 of file sockets.stub.php.

◆ SOCKET_VERNOTSUPPORTED

const SOCKET_VERNOTSUPPORTED = UNKNOWN

Definition at line 1587 of file sockets.stub.php.

◆ SOL_FILTER

const SOL_FILTER = UNKNOWN

Definition at line 372 of file sockets.stub.php.

◆ SOL_LOCAL

const SOL_LOCAL = UNKNOWN

Definition at line 1717 of file sockets.stub.php.

◆ SOL_SOCKET

const SOL_SOCKET = UNKNOWN

Definition at line 402 of file sockets.stub.php.

◆ SOL_TCP

const SOL_TCP = UNKNOWN

Definition at line 1637 of file sockets.stub.php.

◆ SOL_UDP

const SOL_UDP = UNKNOWN

Definition at line 1642 of file sockets.stub.php.

◆ SOL_UDPLITE

const SOL_UDPLITE = UNKNOWN

Definition at line 1648 of file sockets.stub.php.

◆ SOMAXCONN

const SOMAXCONN = UNKNOWN

Definition at line 407 of file sockets.stub.php.

◆ TCP_CONGESTION

const TCP_CONGESTION = UNKNOWN

Definition at line 582 of file sockets.stub.php.

◆ TCP_DEFER_ACCEPT

const TCP_DEFER_ACCEPT = UNKNOWN

Definition at line 617 of file sockets.stub.php.

◆ TCP_KEEPALIVE

const TCP_KEEPALIVE = UNKNOWN

Definition at line 624 of file sockets.stub.php.

◆ TCP_KEEPCNT

const TCP_KEEPCNT = UNKNOWN

Definition at line 641 of file sockets.stub.php.

◆ TCP_KEEPIDLE

const TCP_KEEPIDLE = UNKNOWN

Definition at line 631 of file sockets.stub.php.

◆ TCP_KEEPINTVL

const TCP_KEEPINTVL = UNKNOWN

Definition at line 636 of file sockets.stub.php.

◆ TCP_NODELAY

const TCP_NODELAY = UNKNOWN

Definition at line 603 of file sockets.stub.php.

◆ TCP_NOTSENT_LOWAT

const TCP_NOTSENT_LOWAT = UNKNOWN

Definition at line 610 of file sockets.stub.php.

◆ TCP_QUICKACK

const TCP_QUICKACK = UNKNOWN

Definition at line 1850 of file sockets.stub.php.

◆ TCP_REPAIR

const TCP_REPAIR = UNKNOWN

Definition at line 1857 of file sockets.stub.php.

◆ TCP_SYNCNT

const TCP_SYNCNT = UNKNOWN

Definition at line 589 of file sockets.stub.php.

◆ UDPLITE_RECV_CSCOV

const UDPLITE_RECV_CSCOV = UNKNOWN

Definition at line 1927 of file sockets.stub.php.

◆ UDPLITE_SEND_CSCOV

const UDPLITE_SEND_CSCOV = UNKNOWN

Definition at line 1920 of file sockets.stub.php.