Socket Funkcje
PHP Manual

socket_close

(PHP 4 >= 4.0.7, PHP 5)

socket_closeCloses a socket resource

Opis

void socket_close ( resource $socket )

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.

Parametry

socket

A valid socket resource created with socket_create() or socket_accept().

Zwracane wartości

żadna wartość nie jest zwracana.

Patrz także


Socket Funkcje
PHP Manual