PHP:MySQL函数mysql_fetch_field()的用法 PHP
mysql_fetch_field
(PHP 4, PHP 5)
mysql_fetch_field —
从结果集中取得列信息并作为对象返回
说明
object mysql_fetch_field
( resource $result
[,
PHP:MySQL函数mysql_fetch_object()的用法 PHP
mysql_fetch_object (PHP 4, PHP 5)
mysql_fetch_object — 从结果集中取得一行作为对象 说明 object mysql_fetch_object ( resource $resu...
PHP:MySQL函数mysql_field_flags()的用法 PHP
mysql_field_flags
(PHP 4, PHP 5)
mysql_field_flags —
从结果中取得和指定字段关联的标志
说明
string mysql_field_flags
( resource $result
, in
PHP:MySQL函数mysql_fetch_row()的用法 PHP
mysql_fetch_row (PHP 4, PHP 5)
mysql_fetch_row — 从结果集中取得一行作为枚举数组 说明 array mysql_fetch_row ( resource $result ) ...
PHP:MySQL函数mysql_field_len()的用法 PHP
mysql_field_len
(PHP 4, PHP 5)
mysql_field_len —
返回指定字段的长度
说明
int mysql_field_len
( resource $result
, int $field_offset
)
PHP:MySQL函数mysql_field_seek()的用法 PHP
mysql_field_seek
(PHP 4, PHP 5)
mysql_field_seek —
将结果集中的指针设定为制定的字段偏移量
说明
int mysql_field_seek
( resource $result
,
PHP:MySQL函数mysql_field_table()的用法 PHP
mysql_field_table
(PHP 4, PHP 5)
mysql_field_table —
取得指定字段所在的表名
说明
string mysql_field_table
( resource $result
, int $field_offset
PHP:MySQL函数mysql_field_name()的用法 PHP
mysql_field_name
(PHP 4, PHP 5)
mysql_field_name —
取得结果中指定字段的字段名
说明
string mysql_field_name
( resource $result
, int $field_index
PHP:MySQL函数mysql_field_type()的用法 PHP
mysql_field_type
(PHP 4, PHP 5)
mysql_field_type —
取得结果集中指定字段的类型
说明
string mysql_field_type
( resource $result
, int $field_offse
PHP:MySQL函数mysql_get_client_info()的用法 PHP
mysql_get_client_info
(PHP 4 >= 4.0.5, PHP 5)
mysql_get_client_info — 取得 MySQL 客户端信息
说明
string mysql_get_client_info
( void
)
mysql_get_