php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 |
socket_accept | ( | Socket | $socket | ) |
Definition at line 1950 of file sockets.stub.php.
socket_addrinfo_bind | ( | AddressInfo | $address | ) |
Definition at line 2056 of file sockets.stub.php.
socket_addrinfo_connect | ( | AddressInfo | $address | ) |
Definition at line 2054 of file sockets.stub.php.
socket_addrinfo_explain | ( | AddressInfo | $address | ) |
Definition at line 2062 of file sockets.stub.php.
socket_addrinfo_lookup | ( | string | $host, |
?string | $service = null, | ||
array | $hints = [] ) |
Definition at line 2052 of file sockets.stub.php.
socket_atmark | ( | Socket | $socket | ) |
Definition at line 2029 of file sockets.stub.php.
socket_bind | ( | Socket | $socket, |
string | $address, | ||
int | $port = 0 ) |
Definition at line 1982 of file sockets.stub.php.
socket_clear_error | ( | ?Socket | $socket = null | ) |
Definition at line 2034 of file sockets.stub.php.
socket_close | ( | Socket | $socket | ) |
Definition at line 1958 of file sockets.stub.php.
socket_cmsg_space | ( | int | $level, |
int | $type, | ||
int | $num = 0 ) |
Definition at line 2046 of file sockets.stub.php.
socket_connect | ( | Socket | $socket, |
string | $address, | ||
?int | $port = null ) |
Definition at line 1978 of file sockets.stub.php.
socket_create | ( | int | $domain, |
int | $type, | ||
int | $protocol ) |
Definition at line 1976 of file sockets.stub.php.
socket_create_listen | ( | int | $port, |
int | $backlog = SOMAXCONN ) |
Definition at line 1948 of file sockets.stub.php.
socket_create_pair | ( | int | $domain, |
int | $type, | ||
int | $protocol, | ||
& | $pair ) |
array | $pair |
Definition at line 2021 of file sockets.stub.php.
socket_export_stream | ( | Socket | $socket | ) |
Definition at line 2040 of file sockets.stub.php.
socket_get_option | ( | Socket | $socket, |
int | $level, | ||
int | $option ) |
Definition at line 2002 of file sockets.stub.php.
socket_getopt | ( | Socket | $socket, |
int | $level, | ||
int | $option ) |
Definition at line 2008 of file sockets.stub.php.
socket_getpeername | ( | Socket | $socket, |
& | $address, | ||
& | $port = null ) |
string | $address | |
int | $port |
Definition at line 1974 of file sockets.stub.php.
socket_getsockname | ( | Socket | $socket, |
& | $address, | ||
& | $port = null ) |
string | $address | |
int | $port |
Definition at line 1968 of file sockets.stub.php.
socket_import_stream | ( | $stream | ) |
resource | $stream |
Definition at line 2037 of file sockets.stub.php.
socket_last_error | ( | ?Socket | $socket = null | ) |
Definition at line 2032 of file sockets.stub.php.
socket_listen | ( | Socket | $socket, |
int | $backlog = 0 ) |
Definition at line 1956 of file sockets.stub.php.
socket_read | ( | Socket | $socket, |
int | $length, | ||
int | $mode = PHP_BINARY_READ ) |
Definition at line 1962 of file sockets.stub.php.
socket_recv | ( | Socket | $socket, |
& | $data, | ||
int | $length, | ||
int | $flags ) |
string | null | $data |
Definition at line 1985 of file sockets.stub.php.
socket_recvfrom | ( | Socket | $socket, |
& | $data, | ||
int | $length, | ||
int | $flags, | ||
& | $address, | ||
& | $port = null ) |
string | $data | |
string | $address | |
int | $port |
Definition at line 1994 of file sockets.stub.php.
socket_recvmsg | ( | Socket | $socket, |
array & | $message, | ||
int | $flags = 0 ) |
Definition at line 2044 of file sockets.stub.php.
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 | $socket, |
string | $data, | ||
int | $length, | ||
int | $flags ) |
Definition at line 1987 of file sockets.stub.php.
socket_sendmsg | ( | Socket | $socket, |
array | $message, | ||
int | $flags = 0 ) |
Definition at line 2042 of file sockets.stub.php.
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 | $socket | ) |
Definition at line 1954 of file sockets.stub.php.
socket_set_nonblock | ( | Socket | $socket | ) |
Definition at line 1952 of file sockets.stub.php.
socket_set_option | ( | Socket | $socket, |
int | $level, | ||
int | $option, | ||
$value ) |
array | string | int | $value |
Definition at line 2011 of file sockets.stub.php.
socket_setopt | ( | Socket | $socket, |
int | $level, | ||
int | $option, | ||
$value ) |
array | string | int | $value | @alias socket_set_option |
Definition at line 2017 of file sockets.stub.php.
socket_shutdown | ( | Socket | $socket, |
int | $mode = 2 ) |
Definition at line 2025 of file sockets.stub.php.
socket_strerror | ( | int | $error_code | ) |
Definition at line 1980 of file sockets.stub.php.
socket_write | ( | Socket | $socket, |
string | $data, | ||
?int | $length = null ) |
Definition at line 1960 of file sockets.stub.php.
socket_wsaprotocol_info_export | ( | Socket | $socket, |
int | $process_id ) |
Definition at line 2065 of file sockets.stub.php.
socket_wsaprotocol_info_import | ( | string | $info_id | ) |
Definition at line 2067 of file sockets.stub.php.
socket_wsaprotocol_info_release | ( | string | $info_id | ) |
Definition at line 2069 of file sockets.stub.php.
const AF_DIVERT = UNKNOWN |
Definition at line 27 of file sockets.stub.php.
const AF_INET = UNKNOWN |
Definition at line 14 of file sockets.stub.php.
const AF_INET6 = UNKNOWN |
Definition at line 20 of file sockets.stub.php.
const AF_UNIX = UNKNOWN |
Definition at line 9 of file sockets.stub.php.
const AI_ADDRCONFIG = UNKNOWN |
Definition at line 1692 of file sockets.stub.php.
const AI_ALL = UNKNOWN |
Definition at line 1686 of file sockets.stub.php.
const AI_CANONIDN = UNKNOWN |
Definition at line 1703 of file sockets.stub.php.
const AI_CANONNAME = UNKNOWN |
Definition at line 1668 of file sockets.stub.php.
const AI_IDN = UNKNOWN |
Definition at line 1698 of file sockets.stub.php.
const AI_NUMERICHOST = UNKNOWN |
Definition at line 1673 of file sockets.stub.php.
const AI_NUMERICSERV = UNKNOWN |
Definition at line 1710 of file sockets.stub.php.
const AI_PASSIVE = UNKNOWN |
Definition at line 1663 of file sockets.stub.php.
const AI_V4MAPPED = UNKNOWN |
Definition at line 1679 of file sockets.stub.php.
const FIL_ATTACH = UNKNOWN |
Definition at line 377 of file sockets.stub.php.
const FIL_DETACH = UNKNOWN |
Definition at line 382 of file sockets.stub.php.
const IP_BIND_ADDRESS_NO_PORT = UNKNOWN |
Definition at line 707 of file sockets.stub.php.
const IP_DONTFRAG = UNKNOWN |
Definition at line 1864 of file sockets.stub.php.
const IP_MTU_DISCOVER = UNKNOWN |
Definition at line 1871 of file sockets.stub.php.
const IP_MULTICAST_IF = UNKNOWN |
Definition at line 691 of file sockets.stub.php.
const IP_MULTICAST_LOOP = UNKNOWN |
Definition at line 701 of file sockets.stub.php.
const IP_MULTICAST_TTL = UNKNOWN |
Definition at line 696 of file sockets.stub.php.
const IP_PMTUDISC_DO = UNKNOWN |
Definition at line 1878 of file sockets.stub.php.
const IP_PMTUDISC_DONT = UNKNOWN |
Definition at line 1885 of file sockets.stub.php.
const IP_PMTUDISC_INTERFACE = UNKNOWN |
Definition at line 1906 of file sockets.stub.php.
const IP_PMTUDISC_OMIT = UNKNOWN |
Definition at line 1913 of file sockets.stub.php.
const IP_PMTUDISC_PROBE = UNKNOWN |
Definition at line 1899 of file sockets.stub.php.
const IP_PMTUDISC_WANT = UNKNOWN |
Definition at line 1892 of file sockets.stub.php.
const IP_PORTRANGE = UNKNOWN |
Definition at line 740 of file sockets.stub.php.
const IP_PORTRANGE_DEFAULT = UNKNOWN |
Definition at line 745 of file sockets.stub.php.
const IP_PORTRANGE_HIGH = UNKNOWN |
Definition at line 750 of file sockets.stub.php.
const IP_PORTRANGE_LOW = UNKNOWN |
Definition at line 755 of file sockets.stub.php.
const IPPROTO_IP = UNKNOWN |
Definition at line 1624 of file sockets.stub.php.
const IPPROTO_IPV6 = UNKNOWN |
Definition at line 1630 of file sockets.stub.php.
const IPV6_HOPLIMIT = UNKNOWN |
Definition at line 1743 of file sockets.stub.php.
const IPV6_MULTICAST_HOPS = UNKNOWN |
Definition at line 719 of file sockets.stub.php.
const IPV6_MULTICAST_IF = UNKNOWN |
Definition at line 714 of file sockets.stub.php.
const IPV6_MULTICAST_LOOP = UNKNOWN |
Definition at line 724 of file sockets.stub.php.
const IPV6_PKTINFO = UNKNOWN |
Definition at line 1731 of file sockets.stub.php.
const IPV6_RECVHOPLIMIT = UNKNOWN |
Definition at line 1738 of file sockets.stub.php.
const IPV6_RECVPKTINFO = UNKNOWN |
Definition at line 1726 of file sockets.stub.php.
const IPV6_RECVTCLASS = UNKNOWN |
Definition at line 1751 of file sockets.stub.php.
const IPV6_TCLASS = UNKNOWN |
Definition at line 1756 of file sockets.stub.php.
const IPV6_UNICAST_HOPS = UNKNOWN |
Definition at line 1656 of file sockets.stub.php.
const IPV6_V6ONLY = UNKNOWN |
Definition at line 732 of file sockets.stub.php.
const LOCAL_CREDS = UNKNOWN |
Definition at line 1808 of file sockets.stub.php.
const LOCAL_CREDS_PERSISTENT = UNKNOWN |
Definition at line 1796 of file sockets.stub.php.
const MCAST_BLOCK_SOURCE = UNKNOWN |
Definition at line 669 of file sockets.stub.php.
const MCAST_JOIN_GROUP = UNKNOWN |
Definition at line 658 of file sockets.stub.php.
const MCAST_JOIN_SOURCE_GROUP = UNKNOWN |
Definition at line 679 of file sockets.stub.php.
const MCAST_LEAVE_GROUP = UNKNOWN |
Definition at line 663 of file sockets.stub.php.
const MCAST_LEAVE_SOURCE_GROUP = UNKNOWN |
Definition at line 684 of file sockets.stub.php.
const MCAST_UNBLOCK_SOURCE = UNKNOWN |
Definition at line 674 of file sockets.stub.php.
const MSG_CMSG_CLOEXEC = UNKNOWN |
Definition at line 178 of file sockets.stub.php.
const MSG_CONFIRM = UNKNOWN |
Definition at line 136 of file sockets.stub.php.
const MSG_CTRUNC = UNKNOWN |
Definition at line 100 of file sockets.stub.php.
const MSG_DONTROUTE = UNKNOWN |
Definition at line 115 of file sockets.stub.php.
const MSG_DONTWAIT = UNKNOWN |
Definition at line 157 of file sockets.stub.php.
const MSG_EOF = UNKNOWN |
Definition at line 128 of file sockets.stub.php.
const MSG_EOR = UNKNOWN |
Definition at line 121 of file sockets.stub.php.
const MSG_ERRQUEUE = UNKNOWN |
Definition at line 143 of file sockets.stub.php.
const MSG_MORE = UNKNOWN |
Definition at line 164 of file sockets.stub.php.
const MSG_NOSIGNAL = UNKNOWN |
Definition at line 150 of file sockets.stub.php.
const MSG_OOB = UNKNOWN |
Definition at line 90 of file sockets.stub.php.
const MSG_PEEK = UNKNOWN |
Definition at line 110 of file sockets.stub.php.
const MSG_TRUNC = UNKNOWN |
Definition at line 105 of file sockets.stub.php.
const MSG_WAITALL = UNKNOWN |
Definition at line 95 of file sockets.stub.php.
const MSG_WAITFORONE = UNKNOWN |
Definition at line 171 of file sockets.stub.php.
const MSG_ZEROCOPY = UNKNOWN |
Definition at line 185 of file sockets.stub.php.
const PHP_BINARY_READ = UNKNOWN |
Definition at line 652 of file sockets.stub.php.
const PHP_NORMAL_READ = UNKNOWN |
Definition at line 647 of file sockets.stub.php.
const SCM_CREDENTIALS = UNKNOWN |
Definition at line 1772 of file sockets.stub.php.
const SCM_CREDS = UNKNOWN |
Definition at line 1778 of file sockets.stub.php.
const SCM_CREDS2 = UNKNOWN |
Definition at line 1791 of file sockets.stub.php.
const SCM_RIGHTS = UNKNOWN |
Definition at line 1764 of file sockets.stub.php.
const SKF_AD_ALU_XOR_X = UNKNOWN |
Definition at line 532 of file sockets.stub.php.
const SKF_AD_CPU = UNKNOWN |
Definition at line 525 of file sockets.stub.php.
const SKF_AD_HATYPE = UNKNOWN |
Definition at line 511 of file sockets.stub.php.
const SKF_AD_IFINDEX = UNKNOWN |
Definition at line 476 of file sockets.stub.php.
const SKF_AD_MARK = UNKNOWN |
Definition at line 497 of file sockets.stub.php.
const SKF_AD_MAX = UNKNOWN |
Definition at line 574 of file sockets.stub.php.
const SKF_AD_NLATTR = UNKNOWN |
Definition at line 483 of file sockets.stub.php.
const SKF_AD_NLATTR_NEST = UNKNOWN |
Definition at line 490 of file sockets.stub.php.
const SKF_AD_OFF = UNKNOWN |
Definition at line 455 of file sockets.stub.php.
const SKF_AD_PAY_OFFSET = UNKNOWN |
Definition at line 553 of file sockets.stub.php.
const SKF_AD_PKTTYPE = UNKNOWN |
Definition at line 469 of file sockets.stub.php.
const SKF_AD_PROTOCOL = UNKNOWN |
Definition at line 462 of file sockets.stub.php.
const SKF_AD_QUEUE = UNKNOWN |
Definition at line 504 of file sockets.stub.php.
const SKF_AD_RANDOM = UNKNOWN |
Definition at line 560 of file sockets.stub.php.
const SKF_AD_RXHASH = UNKNOWN |
Definition at line 518 of file sockets.stub.php.
const SKF_AD_VLAN_TAG = UNKNOWN |
Definition at line 539 of file sockets.stub.php.
const SKF_AD_VLAN_TAG_PRESENT = UNKNOWN |
Definition at line 546 of file sockets.stub.php.
const SKF_AD_VLAN_TPID = UNKNOWN |
Definition at line 567 of file sockets.stub.php.
const SO_ACCEPTFILTER = UNKNOWN |
Definition at line 344 of file sockets.stub.php.
const SO_ATTACH_REUSEPORT_CBPF = UNKNOWN |
Definition at line 1815 of file sockets.stub.php.
const SO_BINDTODEVICE = UNKNOWN |
Definition at line 296 of file sockets.stub.php.
const SO_BINDTOIFINDEX = UNKNOWN |
Definition at line 303 of file sockets.stub.php.
const SO_BPF_EXTENSIONS = UNKNOWN |
Definition at line 441 of file sockets.stub.php.
const SO_BROADCAST = UNKNOWN |
Definition at line 238 of file sockets.stub.php.
const SO_DEBUG = UNKNOWN |
Definition at line 192 of file sockets.stub.php.
const SO_DETACH_BPF = UNKNOWN |
Definition at line 1829 of file sockets.stub.php.
const SO_DETACH_FILTER = UNKNOWN |
Definition at line 1822 of file sockets.stub.php.
const SO_DONTROUTE = UNKNOWN |
Definition at line 221 of file sockets.stub.php.
const SO_DONTTRUNC = UNKNOWN |
Definition at line 389 of file sockets.stub.php.
const SO_ERROR = UNKNOWN |
Definition at line 290 of file sockets.stub.php.
const SO_EXCLBIND = UNKNOWN |
Definition at line 448 of file sockets.stub.php.
const SO_EXCLUSIVEADDRUSE = UNKNOWN |
Definition at line 1836 of file sockets.stub.php.
const SO_FAMILY = UNKNOWN |
Definition at line 284 of file sockets.stub.php.
const SO_INCOMING_CPU = UNKNOWN |
Definition at line 427 of file sockets.stub.php.
const SO_KEEPALIVE = UNKNOWN |
Definition at line 216 of file sockets.stub.php.
const SO_LABEL = UNKNOWN |
Definition at line 310 of file sockets.stub.php.
const SO_LINGER = UNKNOWN |
Definition at line 226 of file sockets.stub.php.
const SO_LINGER_SEC = UNKNOWN |
Definition at line 232 of file sockets.stub.php.
const SO_LISTENQLEN = UNKNOWN |
Definition at line 325 of file sockets.stub.php.
const SO_LISTENQLIMIT = UNKNOWN |
Definition at line 320 of file sockets.stub.php.
const SO_MARK = UNKNOWN |
Definition at line 413 of file sockets.stub.php.
const SO_MEMINFO = UNKNOWN |
Definition at line 434 of file sockets.stub.php.
const SO_NOSIGPIPE = UNKNOWN |
Definition at line 1843 of file sockets.stub.php.
const SO_OOBINLINE = UNKNOWN |
Definition at line 243 of file sockets.stub.php.
const SO_PASSCRED = UNKNOWN |
Definition at line 1784 of file sockets.stub.php.
const SO_PEERLABEL = UNKNOWN |
Definition at line 315 of file sockets.stub.php.
const SO_RCVBUF = UNKNOWN |
Definition at line 253 of file sockets.stub.php.
const SO_RCVLOWAT = UNKNOWN |
Definition at line 263 of file sockets.stub.php.
const SO_RCVTIMEO = UNKNOWN |
Definition at line 273 of file sockets.stub.php.
const SO_RERROR = UNKNOWN |
Definition at line 351 of file sockets.stub.php.
const SO_REUSEADDR = UNKNOWN |
Definition at line 197 of file sockets.stub.php.
const SO_REUSEPORT = UNKNOWN |
Definition at line 203 of file sockets.stub.php.
const SO_REUSEPORT_LB = UNKNOWN |
Definition at line 210 of file sockets.stub.php.
const SO_RTABLE = UNKNOWN |
Definition at line 420 of file sockets.stub.php.
const SO_SETFIB = UNKNOWN |
Definition at line 337 of file sockets.stub.php.
const SO_SNDBUF = UNKNOWN |
Definition at line 248 of file sockets.stub.php.
const SO_SNDLOWAT = UNKNOWN |
Definition at line 258 of file sockets.stub.php.
const SO_SNDTIMEO = UNKNOWN |
Definition at line 268 of file sockets.stub.php.
const SO_SPLICE = UNKNOWN |
Definition at line 358 of file sockets.stub.php.
const SO_TYPE = UNKNOWN |
Definition at line 278 of file sockets.stub.php.
const SO_USER_COOKIE = UNKNOWN |
Definition at line 330 of file sockets.stub.php.
const SO_WANTMORE = UNKNOWN |
Definition at line 396 of file sockets.stub.php.
const SO_ZEROCOPY = UNKNOWN |
Definition at line 596 of file sockets.stub.php.
const SO_ZEROIZE = UNKNOWN |
Definition at line 365 of file sockets.stub.php.
const SOCK_CLOEXEC = UNKNOWN |
Definition at line 76 of file sockets.stub.php.
const SOCK_CONN_DGRAM = UNKNOWN |
Definition at line 61 of file sockets.stub.php.
const SOCK_DCCP = UNKNOWN |
Definition at line 69 of file sockets.stub.php.
const SOCK_DGRAM = UNKNOWN |
Definition at line 38 of file sockets.stub.php.
const SOCK_NONBLOCK = UNKNOWN |
Definition at line 83 of file sockets.stub.php.
const SOCK_RAW = UNKNOWN |
Definition at line 43 of file sockets.stub.php.
const SOCK_RDM = UNKNOWN |
Definition at line 54 of file sockets.stub.php.
const SOCK_SEQPACKET = UNKNOWN |
Definition at line 48 of file sockets.stub.php.
const SOCK_STREAM = UNKNOWN |
Definition at line 33 of file sockets.stub.php.
const SOCKET_E2BIG = UNKNOWN |
Definition at line 804 of file sockets.stub.php.
const SOCKET_EACCES = UNKNOWN |
Definition at line 836 of file sockets.stub.php.
const SOCKET_EADDRINUSE = UNKNOWN |
Definition at line 1388 of file sockets.stub.php.
const SOCKET_EADDRNOTAVAIL = UNKNOWN |
Definition at line 1396 of file sockets.stub.php.
const SOCKET_EADV = UNKNOWN |
Definition at line 1212 of file sockets.stub.php.
const SOCKET_EAFNOSUPPORT = UNKNOWN |
Definition at line 1380 of file sockets.stub.php.
const SOCKET_EAGAIN = UNKNOWN |
Definition at line 820 of file sockets.stub.php.
const SOCKET_EALREADY = UNKNOWN |
Definition at line 1516 of file sockets.stub.php.
const SOCKET_EBADE = UNKNOWN |
Definition at line 1108 of file sockets.stub.php.
const SOCKET_EBADF = UNKNOWN |
Definition at line 812 of file sockets.stub.php.
const SOCKET_EBADFD = UNKNOWN |
Definition at line 1268 of file sockets.stub.php.
const SOCKET_EBADMSG = UNKNOWN |
Definition at line 1252 of file sockets.stub.php.
const SOCKET_EBADR = UNKNOWN |
Definition at line 1116 of file sockets.stub.php.
const SOCKET_EBADRQC = UNKNOWN |
Definition at line 1140 of file sockets.stub.php.
const SOCKET_EBADSLT = UNKNOWN |
Definition at line 1148 of file sockets.stub.php.
const SOCKET_EBUSY = UNKNOWN |
Definition at line 860 of file sockets.stub.php.
const SOCKET_ECHRNG = UNKNOWN |
Definition at line 1044 of file sockets.stub.php.
const SOCKET_ECOMM = UNKNOWN |
Definition at line 1228 of file sockets.stub.php.
const SOCKET_ECONNABORTED = UNKNOWN |
Definition at line 1428 of file sockets.stub.php.
const SOCKET_ECONNREFUSED = UNKNOWN |
Definition at line 1492 of file sockets.stub.php.
const SOCKET_ECONNRESET = UNKNOWN |
Definition at line 1436 of file sockets.stub.php.
const SOCKET_EDESTADDRREQ = UNKNOWN |
Definition at line 1316 of file sockets.stub.php.
const SOCKET_EDISCON = UNKNOWN |
Definition at line 1577 of file sockets.stub.php.
const SOCKET_EDQUOT = UNKNOWN |
Definition at line 1548 of file sockets.stub.php.
const SOCKET_EEXIST = UNKNOWN |
Definition at line 868 of file sockets.stub.php.
const SOCKET_EFAULT = UNKNOWN |
Definition at line 844 of file sockets.stub.php.
const SOCKET_EHOSTDOWN = UNKNOWN |
Definition at line 1500 of file sockets.stub.php.
const SOCKET_EHOSTUNREACH = UNKNOWN |
Definition at line 1508 of file sockets.stub.php.
const SOCKET_EIDRM = UNKNOWN |
Definition at line 1036 of file sockets.stub.php.
const SOCKET_EINPROGRESS = UNKNOWN |
Definition at line 1524 of file sockets.stub.php.
const SOCKET_EINTR = UNKNOWN |
Definition at line 780 of file sockets.stub.php.
const SOCKET_EINVAL = UNKNOWN |
Definition at line 908 of file sockets.stub.php.
const SOCKET_EIO = UNKNOWN |
Definition at line 788 of file sockets.stub.php.
const SOCKET_EISCONN = UNKNOWN |
Definition at line 1452 of file sockets.stub.php.
const SOCKET_EISDIR = UNKNOWN |
Definition at line 900 of file sockets.stub.php.
const SOCKET_EISNAM = UNKNOWN |
Definition at line 1532 of file sockets.stub.php.
const SOCKET_EL2HLT = UNKNOWN |
Definition at line 1100 of file sockets.stub.php.
const SOCKET_EL2NSYNC = UNKNOWN |
Definition at line 1052 of file sockets.stub.php.
const SOCKET_EL3HLT = UNKNOWN |
Definition at line 1060 of file sockets.stub.php.
const SOCKET_EL3RST = UNKNOWN |
Definition at line 1068 of file sockets.stub.php.
const SOCKET_ELNRNG = UNKNOWN |
Definition at line 1076 of file sockets.stub.php.
const SOCKET_ELOOP = UNKNOWN |
Definition at line 1012 of file sockets.stub.php.
const SOCKET_EMEDIUMTYPE = UNKNOWN |
Definition at line 1564 of file sockets.stub.php.
const SOCKET_EMFILE = UNKNOWN |
Definition at line 924 of file sockets.stub.php.
const SOCKET_EMLINK = UNKNOWN |
Definition at line 964 of file sockets.stub.php.
const SOCKET_EMSGSIZE = UNKNOWN |
Definition at line 1324 of file sockets.stub.php.
const SOCKET_EMULTIHOP = UNKNOWN |
Definition at line 1244 of file sockets.stub.php.
const SOCKET_ENAMETOOLONG = UNKNOWN |
Definition at line 980 of file sockets.stub.php.
const SOCKET_ENETDOWN = UNKNOWN |
Definition at line 1404 of file sockets.stub.php.
const SOCKET_ENETRESET = UNKNOWN |
Definition at line 1420 of file sockets.stub.php.
const SOCKET_ENETUNREACH = UNKNOWN |
Definition at line 1412 of file sockets.stub.php.
const SOCKET_ENFILE = UNKNOWN |
Definition at line 916 of file sockets.stub.php.
const SOCKET_ENOANO = UNKNOWN |
Definition at line 1132 of file sockets.stub.php.
const SOCKET_ENOBUFS = UNKNOWN |
Definition at line 1444 of file sockets.stub.php.
const SOCKET_ENOCSI = UNKNOWN |
Definition at line 1092 of file sockets.stub.php.
const SOCKET_ENODATA = UNKNOWN |
Definition at line 1164 of file sockets.stub.php.
const SOCKET_ENODEV = UNKNOWN |
Definition at line 884 of file sockets.stub.php.
const SOCKET_ENOENT = UNKNOWN |
Definition at line 772 of file sockets.stub.php.
const SOCKET_ENOLCK = UNKNOWN |
Definition at line 988 of file sockets.stub.php.
const SOCKET_ENOLINK = UNKNOWN |
Definition at line 1204 of file sockets.stub.php.
const SOCKET_ENOMEDIUM = UNKNOWN |
Definition at line 1556 of file sockets.stub.php.
const SOCKET_ENOMEM = UNKNOWN |
Definition at line 828 of file sockets.stub.php.
const SOCKET_ENOMSG = UNKNOWN |
Definition at line 1028 of file sockets.stub.php.
const SOCKET_ENONET = UNKNOWN |
Definition at line 1188 of file sockets.stub.php.
const SOCKET_ENOPROTOOPT = UNKNOWN |
Definition at line 1340 of file sockets.stub.php.
const SOCKET_ENOSPC = UNKNOWN |
Definition at line 940 of file sockets.stub.php.
const SOCKET_ENOSR = UNKNOWN |
Definition at line 1180 of file sockets.stub.php.
const SOCKET_ENOSTR = UNKNOWN |
Definition at line 1156 of file sockets.stub.php.
const SOCKET_ENOSYS = UNKNOWN |
Definition at line 996 of file sockets.stub.php.
const SOCKET_ENOTBLK = UNKNOWN |
Definition at line 852 of file sockets.stub.php.
const SOCKET_ENOTCONN = UNKNOWN |
Definition at line 1460 of file sockets.stub.php.
const SOCKET_ENOTDIR = UNKNOWN |
Definition at line 892 of file sockets.stub.php.
const SOCKET_ENOTEMPTY = UNKNOWN |
Definition at line 1004 of file sockets.stub.php.
const SOCKET_ENOTSOCK = UNKNOWN |
Definition at line 1308 of file sockets.stub.php.
const SOCKET_ENOTTY = UNKNOWN |
Definition at line 932 of file sockets.stub.php.
const SOCKET_ENOTUNIQ = UNKNOWN |
Definition at line 1260 of file sockets.stub.php.
const SOCKET_ENXIO = UNKNOWN |
Definition at line 796 of file sockets.stub.php.
const SOCKET_EOPNOTSUPP = UNKNOWN |
Definition at line 1364 of file sockets.stub.php.
const SOCKET_EPERM = UNKNOWN |
Definition at line 764 of file sockets.stub.php.
const SOCKET_EPFNOSUPPORT = UNKNOWN |
Definition at line 1372 of file sockets.stub.php.
const SOCKET_EPIPE = UNKNOWN |
Definition at line 972 of file sockets.stub.php.
const SOCKET_EPROTO = UNKNOWN |
Definition at line 1236 of file sockets.stub.php.
const SOCKET_EPROTONOSUPPORT = UNKNOWN |
Definition at line 1348 of file sockets.stub.php.
const SOCKET_EPROTOTYPE = UNKNOWN |
Definition at line 1332 of file sockets.stub.php.
const SOCKET_EREMCHG = UNKNOWN |
Definition at line 1276 of file sockets.stub.php.
const SOCKET_EREMOTE = UNKNOWN |
Definition at line 1196 of file sockets.stub.php.
const SOCKET_EREMOTEIO = UNKNOWN |
Definition at line 1540 of file sockets.stub.php.
const SOCKET_ERESTART = UNKNOWN |
Definition at line 1284 of file sockets.stub.php.
const SOCKET_EROFS = UNKNOWN |
Definition at line 956 of file sockets.stub.php.
const SOCKET_ESHUTDOWN = UNKNOWN |
Definition at line 1468 of file sockets.stub.php.
const SOCKET_ESOCKTNOSUPPORT = UNKNOWN |
Definition at line 1356 of file sockets.stub.php.
const SOCKET_ESPIPE = UNKNOWN |
Definition at line 948 of file sockets.stub.php.
const SOCKET_ESRMNT = UNKNOWN |
Definition at line 1220 of file sockets.stub.php.
const SOCKET_ESTALE = UNKNOWN |
Definition at line 1572 of file sockets.stub.php.
const SOCKET_ESTRPIPE = UNKNOWN |
Definition at line 1292 of file sockets.stub.php.
const SOCKET_ETIME = UNKNOWN |
Definition at line 1172 of file sockets.stub.php.
const SOCKET_ETIMEDOUT = UNKNOWN |
Definition at line 1484 of file sockets.stub.php.
const SOCKET_ETOOMANYREFS = UNKNOWN |
Definition at line 1476 of file sockets.stub.php.
const SOCKET_EUNATCH = UNKNOWN |
Definition at line 1084 of file sockets.stub.php.
const SOCKET_EUSERS = UNKNOWN |
Definition at line 1300 of file sockets.stub.php.
const SOCKET_EWOULDBLOCK = UNKNOWN |
Definition at line 1020 of file sockets.stub.php.
const SOCKET_EXDEV = UNKNOWN |
Definition at line 876 of file sockets.stub.php.
const SOCKET_EXFULL = UNKNOWN |
Definition at line 1124 of file sockets.stub.php.
const SOCKET_HOST_NOT_FOUND = UNKNOWN |
Definition at line 1597 of file sockets.stub.php.
const SOCKET_NO_ADDRESS = UNKNOWN |
Definition at line 1617 of file sockets.stub.php.
const SOCKET_NO_DATA = UNKNOWN |
Definition at line 1612 of file sockets.stub.php.
const SOCKET_NO_RECOVERY = UNKNOWN |
Definition at line 1607 of file sockets.stub.php.
const SOCKET_NOTINITIALISED = UNKNOWN |
Definition at line 1592 of file sockets.stub.php.
const SOCKET_SYSNOTREADY = UNKNOWN |
Definition at line 1582 of file sockets.stub.php.
const SOCKET_TRY_AGAIN = UNKNOWN |
Definition at line 1602 of file sockets.stub.php.
const SOCKET_VERNOTSUPPORTED = UNKNOWN |
Definition at line 1587 of file sockets.stub.php.
const SOL_FILTER = UNKNOWN |
Definition at line 372 of file sockets.stub.php.
const SOL_LOCAL = UNKNOWN |
Definition at line 1717 of file sockets.stub.php.
const SOL_SOCKET = UNKNOWN |
Definition at line 402 of file sockets.stub.php.
const SOL_TCP = UNKNOWN |
Definition at line 1637 of file sockets.stub.php.
const SOL_UDP = UNKNOWN |
Definition at line 1642 of file sockets.stub.php.
const SOL_UDPLITE = UNKNOWN |
Definition at line 1648 of file sockets.stub.php.
const SOMAXCONN = UNKNOWN |
Definition at line 407 of file sockets.stub.php.
const TCP_CONGESTION = UNKNOWN |
Definition at line 582 of file sockets.stub.php.
const TCP_DEFER_ACCEPT = UNKNOWN |
Definition at line 617 of file sockets.stub.php.
const TCP_KEEPALIVE = UNKNOWN |
Definition at line 624 of file sockets.stub.php.
const TCP_KEEPCNT = UNKNOWN |
Definition at line 641 of file sockets.stub.php.
const TCP_KEEPIDLE = UNKNOWN |
Definition at line 631 of file sockets.stub.php.
const TCP_KEEPINTVL = UNKNOWN |
Definition at line 636 of file sockets.stub.php.
const TCP_NODELAY = UNKNOWN |
Definition at line 603 of file sockets.stub.php.
const TCP_NOTSENT_LOWAT = UNKNOWN |
Definition at line 610 of file sockets.stub.php.
const TCP_QUICKACK = UNKNOWN |
Definition at line 1850 of file sockets.stub.php.
const TCP_REPAIR = UNKNOWN |
Definition at line 1857 of file sockets.stub.php.
const TCP_SYNCNT = UNKNOWN |
Definition at line 589 of file sockets.stub.php.
const UDPLITE_RECV_CSCOV = UNKNOWN |
Definition at line 1927 of file sockets.stub.php.
const UDPLITE_SEND_CSCOV = UNKNOWN |
Definition at line 1920 of file sockets.stub.php.