PHP Function List
socket doesn't exist. Closest matches:
- socket_import_stream
- socket_getsockname
- socket_strerror
- socket_accept
- socket_set_blocking
- socket_create
- socket_recvfrom
- socket_last_error
- socket_set_option
- socket_select
- socket_get_status
- socket_sendto
- socket_create_pair
- socket_write
- socket_set_timeout
- socket_shutdown
- socket_set_block
- socket_listen
- socket_getpeername
- socket_set_nonblock
Site Search Results
-
所支持的套接字传输器(Socket Transports)列表 - Manual所支持的套接字传输器(Socket Transports)列表 Table of Contents Internet 领域:TCP,UDP,SSL 和 TLS Unix 领域:Unix 和 UDG 以下是 PHP 内置用于基于流的套接字函数例如 fsockopen() 和 stream_socket_client() 的 ...
-
Parameters socket A valid socket resource created using socket_create(). buf The sent data will be taken from buffer buf. len len bytes from buf will be sent. flags The value of flags can be any combination of the following flags ...
-
The socket_set_option() function sets the option specified by the optname parameter, at the specified protocol level, to the value pointed to by the optval parameter for the socket.
-
本函数是 PHP 4.3 引进的,在此版本之前,可以用 socket_get_status() 来取得前四个项目并且仅能用于基于 socket 的流。 在 PHP 4.3 及以后版本中,socket_get_status() 是本函数的别名。
-
socket_getsockname — Queries the local side of the given socket which may either result in host/port or in a Unix filesystem path, dependent on its type socket_import_stream — Import a stream socket_last_error — Returns the last error on the socket
-
Parameters socket A valid socket resource created with socket_create(). address If the socket is of the AF_INET family, the address is an IP in dotted-quad notation (e.g. 127.0.0.1). If the socket is of the AF_UNIX family, the ...
-
参数 server MySQL 服务器。可以包括端口号,例如 "hostname:port",或者到本地套接字的路径,例如对于 localhost 的 ":/path/to/socket"。 如果 PHP 指令 mysql.default_host 未定义(默认情况),则默认值是 ...
-
socket_select() accepts arrays of sockets and waits for them to change status. Those coming with BSD sockets background will recognize that those socket resource arrays are in fact the so-called file descriptor sets.
-
Parameters socket A valid socket resource created with socket_create() or socket_accept(). length The maximum number of bytes read is specified by the length parameter. Otherwise you can use \r, \n, or \0 to end reading (depending on the ...
-
If the socket resource is omitted, the error code of the last failed socket function is returned. The latter is particularly helpful for functions like socket_create() which don't return a socket on failure and socket_select() which can fail for ...

Other forms of search
To search the string "socket" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
