Forum und email

socket_close

(PHP 4 >= 4.0.7, PHP 5)

socket_close — Closes a socket resource

설명

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.

매개변수

socket

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

반환값

값을 반환하지 않습니다.