最适合网络开发者的网站

PHP 教程

PHP 主页 PHP 简介 PHP 安装 PHP 语法 PHP 注释 PHP 变量 PHP 回显/打印 PHP 数据类型 PHP 字符串 PHP 数字 PHP 数学 PHP 常量 PHP 运算符 PHP 如果...否则...Elseif PHP 开关 PHP 循环 PHP 函数 PHP 数组 PHP 超全局变量 PHP 正则表达式

PHP 形式

PHP 表单处理 PHP 表单验证 需要 PHP 表单 PHP 表单 URL/电子邮件 PHP 表单完成

PHP 先进的

PHP 日期和时间 PHP 包含 PHP 文件处理 PHP 文件打开/读取 PHP 文件创建/写入 PHP文件上传 PHP 饼干 PHP 会话 PHP 过滤器 PHP 过滤器高级 PHP 回调函数 PHP 的 JSON PHP 异常

PHP 面向对象

PHP 什么是OOP PHP 类/对象 PHP 构造函数 PHP 析构函数 PHP 访问修饰符 PHP 继承 PHP 常量 PHP 抽象类 PHP 接口 PHP 特征 PHP 静态方法 PHP 静态属性 PHP 命名空间 PHP 可迭代对象

MySQL 数据库

MySQL 数据库 MySQL 连接 MySQL 创建数据库 MySQL 创建表 MySQL 插入数据 MySQL 获取最后一个 ID MySQL 插入多个 MySQL 已准备 MySQL 选择数据 MySQL 哪里 MySQL 排序依据 MySQL 删除数据 MySQL 更新数据 MySQL 限制数据

PHP XML

PHP XML 解析器 PHP SimpleXML 解析器 PHP SimpleXML - 获取 PHP XML 扩展 PHP XML DOM

PHP - 阿贾克斯

AJAX 简介 AJAX PHP AJAX 数据库 AJAX XML AJAX实时搜索 AJAX 民意调查

PHP 例子

PHP 示例 PHP 编译器 PHP 测验 PHP 练习 PHP 证书

PHP 参考

PHP 概述 PHP 数组 PHP 日历 PHP 日期 PHP 目录 PHP 错误 PHP 异常 PHP 文件系统 PHP 过滤器 PHP FTP PHP 的 JSON PHP 关键字 PHP 库 PHP 邮件 PHP 数学 PHP 杂项 PHP MySQLi PHP 网络 PHP 输出控件 PHP 正则表达式 PHP 简单 XML PHP 流 PHP 字符串 PHP 变量处理 PHP XML解析器 PHP 压缩文件 PHP 时区

PHP。初学者课程

尿素

PHP Network Functions


PHP Network Introduction

The Network functions contains various network function and let you manipulate information sent to the browser by the Web server, before any other output has been sent.


安装

The Network functions are part of the PHP core. There is no installation needed to use these functions.


PHP Network Functions

功能 描述
检查 DNSRR() Checks DNS records for type corresponding to host
关闭日志() Closes the connection of system logger
define_syslog_variables() Deprecated and removed in PHP 5.4. Initializes the variables used in syslog functions
dns_check_record() Alias of 检查 DNSRR()
dns_get_mx() Alias of 获取mxrr()
dns_get_record() Gets the DNS resource records associated with the specified hostname
fsocketopen() 函数 Opens an Internet or Unix domain socket connection
获取主机地址() Returns the domain name for a given IP address
获取主机名() Returns the IPv4 address for a given domain/host name
获取主机名() Returns a list of IPv4 address for a given domain/host name
获取主机名() Returns the host name
获取mxrr() Returns the MX records for the specified internet host name
获取prototype名称() Returns the protocol number for a given protocol name
获取protobynumber()      Returns the protocol name for a given protocol number
获取服务名称() Returns the port number for a given Internet service and protocol
获取服务端口() Returns the Internet service for a given port and protocol
header_register_callback() Calls a header function
header_remove() Removes an HTTP header previously set with the 标头() function
标头() Sends a raw HTTP header to a client
headers_list() Returns a list of response headers to be sent to the browser
headers_sent() Checks if/where headers have been sent
http_response_code() Sets or returns the HTTP response status code
inet_ntop() Converts a 32bit IPv4 or 128bit IPv6 address into a readable format
inet_pton() Converts a readable IP address into a packed 32bit IPv4 or 128bit IPv6 format
ip2long() Converts an IPv4 address into a long integer
long2ip() Converts a long integer address into a string in IPv4 format
打开日志() Opens the connection of system logger
pfsockopen() Opens a persistent Internet or Unix domain socket connection
设置cookie() Defines a cookie to be sent along with the rest of the HTTP headers
设置cookie() Defines a cookie (without URL encoding) to be sent along with the rest of the HTTP headers
套接字获取状态() Alias of stream_get_meta_data()
socket_set_blocking() Alias of stream_set_blocking()
socket_set_timeout() Alias of stream_set_timeout()
系统日志() Generates a system log message