PHP:MySQL函数mysql_error()的用法 PHP
mysql_error
(PHP 4, PHP 5)
mysql_error —
返回上一个 MySQL 操作产生的文本错误信息
说明
string mysql_error
([ resource $link_identifier
] )
PHP:MySQL函数mysql_fetch_lengths()的用法 PHP
mysql_fetch_lengths
(PHP 4, PHP 5)
mysql_fetch_lengths —
取得结果集中每个输出的长度
说明
array mysql_fetch_lengths
( resource $result
)
PHP:MySQL函数mysql_fetch_lengths()的用法 PHP
mysql_fetch_lengths
(PHP 4, PHP 5)
mysql_fetch_lengths —
取得结果集中每个输出的长度
说明
array mysql_fetch_lengths
( resource $result
)
PHP:MySQL函数mysql_error()的用法 PHP
mysql_error
(PHP 4, PHP 5)
mysql_error —
返回上一个 MySQL 操作产生的文本错误信息
说明
string mysql_error
([ resource $link_identifier
] )
PHP:MySQL函数mysql_tablename()的用法 PHP
mysql_tablename
(PHP 4, PHP 5)
mysql_tablename — 取得表名
说明
string mysql_tablename
( resource $result
, int $i
)
mysql_tablename()
接受
PHP:MySQL函数mysql_result()的用法 PHP
mysql_result
(PHP 4, PHP 5)
mysql_result — 取得结果数据
说明
mixed mysql_result
( resource $result
, int $row
[, mixed $field
] )
mysql_result(
PHP:MySQL函数mysql_set_charset()的用法 PHP
mysql_set_charset (PHP 5 = 5.2.3)
mysql_set_charset — 设置客户端的字符集 本扩展自 PHP 5.5.0
起已废弃,并在将来会被移除。应使用 MySQLi
或 PDO_MyS...
PHP:MySQL函数mysql_select_db()的用法 PHP
mysql_select_db
(PHP 4, PHP 5)
mysql_select_db — 选择 MySQL 数据库
说明
bool mysql_select_db
( string $database_name
[, resource $
link_identifier
PHP:MySQL函数mysql_unbuffered_query()的用法 PHP
mysql_unbuffered_query
(PHP 4 >= 4.0.6, PHP 5)
mysql_unbuffered_query —
向 MySQL 发送一条 SQL 查询,并不获取和缓存结果的行
说明
resource mysql_unb
PHP:MySQL函数mysql_thread_id()的用法 PHP
mysql_thread_id
(PHP 4 >= 4.3.0, PHP 5)
mysql_thread_id — 返回当前线程的 ID
说明
int mysql_thread_id
([ resource $link_identifier
] )
mysql_thread_id