PHP Function List
socket doesn't exist. Closest matches:
- socket_select
- socket_clear_error
- socket_get_status
- socket_set_nonblock
- socket_set_block
- socket_close
- socket_write
- socket_create
- socket_create_pair
- socket_connect
- socket_shutdown
- socket_set_blocking
- socket_set_option
- socket_sendto
- socket_import_stream
- socket_getsockname
- socket_strerror
- socket_get_option
- socket_listen
- socket_accept
Site Search Results
-
socket_create — Create a socket (endpoint for communication) socket_get_option — Gets socket options for the socket; socket_getpeername — Queries the remote side of the ...
-
I have spent the past two days ripping out hair trying to figure out how to prevent zombie processes w/the examples above and I just happend to find this in the ...
-
Initiates a stream or datagram connection to the destination specified by remote_socket. The type of socket created is determined by the transport specified using ...
-
Initiates a socket connection to the resource specified by hostname. PHP supports targets in the Internet and Unix domains as described in List of Supported ...
-
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 ...
-
Initiate a connection to address using the socket resource socket, which must be a valid socket resource created with socket_create().
-
socket_close() closes the socket resource given by socket. This function is specific to sockets and cannot be used on any other type of resources.
-
Binds the name given in address to the socket described by socket. This has to be done before a connection is be established using socket_connect() or socket_listen().
-
Example #1 Socket example: Simple TCP/IP server. This example shows a simple talkback server. Change the address and port ...
-
socket_select (PHP 4 >= 4.1.0, PHP 5) socket_select — Runs the select() system call on the given arrays of sockets with a specified timeout

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.
