PHP:MySQL函数mysql_escape_string()的用法 PHP
mysql_escape_string
(PHP 4 >= 4.0.3, PHP 5)
mysql_escape_string —
转义一个字符串用于 mysql_query
说明
string mysql_escape_string
( string $unescaped_st
PHP:MySQL函数mysql_errno()的用法 PHP
mysql_errno
(PHP 4, PHP 5)
mysql_errno —
返回上一个 MySQL 操作中的错误信息的数字编码
说明
int mysql_errno
([ resource $link_identifier
] )
PHP:MySQL函数mysql_fetch_assoc()的用法 PHP
mysql_fetch_assoc
(PHP 4 >= 4.0.3, PHP 5)
mysql_fetch_assoc —
从结果集中取得一行作为关联数组
Warning
本扩展自 PHP 5.5.0
起已废弃,并在将来会被
PHP:MySQL函数mysql_fetch_array()的用法 PHP
mysql_fetch_array
(PHP 4, PHP 5)
mysql_fetch_array —
从结果集中取得一行作为关联数组,或数字数组,或二者兼有
说明
array mysql_fetch_array
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
,