function socket create 46LRRZHW7XEKCYCL2NMCP2O4RWVGZEETAADC4EY


socket_createPodręcznik PHPPoprzedniNastępnysocket_create (PHP 4 >= 4.0.7RC1)socket_create -- Create a socket (endpoint for communication)Descriptionint socket_create (int domain, int type, int protocol)OstrzeżenieTa funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. Creates a communication endpoint (a socket), and returns a descriptor to the socket. The domain parameter sets the domain. Currently, AF_INET and AF_UNIX are understood. The type parameter selects the socket type. This is one of SOCK_STREAM, SOCK_DGRAM, SOCK_SEQPACKET, SOCK_RAW, SOCK_RDM, or SOCK_PACKET. protocol sets the protocol. Returns a valid socket descriptor on success, or a negative error code on failure. This code may be passed to socket_strerror() to get a textual explanation of the error. For more information on the usage of socket_create(), as well as on the meanings of the various parameters, see the Unix man page socket (2). See also socket_accept(), socket_bind(), socket_connect(), socket_listen(), socket_strerror(), and socket_get_status(). PoprzedniSpis treściNastępnysocket_readPoczątek rozdziałusocket_strerror

Wyszukiwarka

Podobne podstrony:
function socket create listen
function socket create pair
function socket create
function socket create listen
function socket create
function socket create pair
function socket fd isset
function socket select
function msession create
function msql createdb
function socket read
function socket accept
function printer create dc
function ifxus create slob
function socket iovec fetch
function socket set nonblock

więcej podobnych podstron