Socket 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

socket_close

(PHP 4 >= 4.1.0, PHP 5)

socket_closeCloses 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().

返回值

无返回值。

参见


Socket 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程