Downloads
Documentation
Get Involved
Help
Search docs
PHP 8.4.0 RC4 available for testing
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
简介 »
« Warning::__construct
PHP 手册
函数参考
数据库扩展
针对各数据库系统对应的扩展
MySQL
切换语言:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
原始的 MySQL API
简介
安装/配置
需求
安装
运行时配置
资源类型
更新日志
预定义常量
示例
MySQL 扩展概述范例
MySQL 函数
mysql_affected_rows
— 取得前一次 MySQL 操作所影响的记录行数
mysql_client_encoding
— 返回字符集的名称
mysql_close
— 关闭 MySQL 连接
mysql_connect
— 打开一个到 MySQL 服务器的连接
mysql_create_db
— 新建一个 MySQL 数据库
mysql_data_seek
— 移动内部结果的指针
mysql_db_name
— 取得 mysql_list_dbs 返回的结果数据
mysql_db_query
— 选择数据库并执行查询
mysql_drop_db
— 丢弃(删除)一个 MySQL 数据库
mysql_errno
— 返回上一个 MySQL 操作中的错误信息的数值
mysql_error
— 返回上一个 MySQL 操作中的错误信息的文本
mysql_escape_string
— 转义字符串用于 mysql_query
mysql_fetch_array
— 从结果集中取得一行作为关联数组
mysql_fetch_assoc
— 从结果集中取得一行作为关联数组
mysql_fetch_field
— 从结果集中取得列信息并作为对象返回
mysql_fetch_lengths
— 取得结果集中每个输出的长度
mysql_fetch_object
— 从结果集中取得一行作为对象返回
mysql_fetch_row
— 从结果集中取得一行作为枚举数组
mysql_field_flags
— 从结果中取得和指定字段关联的 flags
mysql_field_len
— 返回指定字段的长度
mysql_field_name
— 取得结果中指定字段的字段名
mysql_field_seek
— 将结果指针设置为指定的字段偏移量
mysql_field_table
— 取得指定字段所在的表名
mysql_field_type
— 取得结果集中指定字段的类型
mysql_free_result
— 释放结果内存
mysql_get_client_info
— 取得 MySQL 客户端信息
mysql_get_host_info
— 取得 MySQL 主机信息
mysql_get_proto_info
— 取得 MySQL 协议信息
mysql_get_server_info
— 取得 MySQL 服务器信息
mysql_info
— 获取最近查询的有关信息
mysql_insert_id
— 取得上一条查询生成的 ID
mysql_list_dbs
— 列出 MySQL 服务器中可用的数据库
mysql_list_fields
— 列出 MySQL 表字段
mysql_list_processes
— 列出 MySQL 进程
mysql_list_tables
— 列出 MySQL 数据库中的表
mysql_num_fields
— 取得结果中字段的数量
mysql_num_rows
— 获取结果中行数
mysql_pconnect
— 打开一个到 MySQL 服务器的持久连接
mysql_ping
— Ping 服务器连接的状态,如果没有连接则重新连接
mysql_query
— 发送一条 MySQL 查询
mysql_real_escape_string
— 将字符串中的特殊字符进行转义,以在 SQL 语句中使用
mysql_result
— 取得结果数据
mysql_select_db
— 选择 MySQL 数据库
mysql_set_charset
— 设置客户端的字符集
mysql_stat
— 获取当前系统状态
mysql_tablename
— 取得表名
mysql_thread_id
— 返回当前线程的 ID
mysql_unbuffered_query
— 向 MySQL 发送 SQL 查询,无需获取和缓冲结果行
改进此页面
了解如何改进此页面
•
提交拉取请求
•
报告一个错误
+
添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
↑
and
↓
to navigate •
Enter
to select •
Esc
to close
Press
Enter
without selection to search using Google