PHP mysql_fetch_field() 函数
2017-08-06 PHP mysql_fetch_field() 函数 PHP MySQL 函数 定义和用法 mysql_fetch_field() 函数从结果集中取得列信息并作为对象返回。 mysql_fetch_field() 可以用来从查询结果中取得字段的信息。如果没有指定字段
PHP mysql_fetch_assoc() 函数
2017-08-06 PHP mysql_fetch_assoc() 函数 PHP MySQL 函数 定义和用法 mysql_fetch_assoc() 函数从结果集中取得一行作为关联数组。 返回根据从结果集取得的行生成的关联数组,如果没有更多行,则返回 false。
PHP mysql_fetch_array() 函数
2017-08-06 PHP mysql_fetch_array() 函数 PHP MySQL 函数 定义和用法 mysql_fetch_array() 函数从结果集中取得一行作为关联数组,或数字数组,或二者兼有 返回根据从结果集取得的行生成的数组,如果没有更多
PHP mysql_error() 函数
2017-08-06 PHP mysql_error() 函数 PHP MySQL 函数 定义和用法 mysql_error() 函数返回上一个 MySQL 操作产生的文本错误信息。 本函数返回上一个 MySQL 函数的错误文本,如果没有出错则返回 ''(空字符串)。
PHP mysql_errno() 函数
2017-08-06 PHP mysql_errno() 函数 PHP MySQL 函数 定义和用法 mysql_errno() 函数返回上一个 MySQL 操作中的错误信息的数字编码。 返回上一个 MySQL 函数的错误号码,如果没有出错则返回 0(零)。 语法 my
PHP mysql_db_name() 函数
2017-08-06 PHP mysql_db_name() 函数 PHP MySQL 函数 定义和用法 mysql_db_name() 函数取得 mysql_list_dbs() 调用所返回的数据库名。 语法 mysql_db_name(list,row,field) 参数 描述 list 必需。 mysql_list_dbs() 调用所返回的结
PHP mysql_data_seek() 函数
2017-08-06 PHP mysql_data_seek() 函数 PHP MySQL 函数 定义和用法 mysql_data_seek() 函数移动内部结果的指针。 语法 mysql_data_seek(data,row) 参数 描述 data 必需。返回类型为 resource 的结果集。该结果集从 mysql_
PHP mysql_connect() 函数
2017-08-06 PHP mysql_connect() 函数 PHP MySQL 函数 定义和用法 mysql_connect() 函数打开非持久的 MySQL 连接。 语法 mysql_connect(server,user,pwd,newlink,clientflag) 参数 描述 server 可选。规定要连接的服务器。 可以包
PHP mysql_close() 函数
2017-08-06 PHP mysql_close() 函数 PHP MySQL 函数 定义和用法 mysql_close() 函数关闭非持久的 MySQL 连接。 语法 mysql_close(link_identifier) 参数 描述 link_identifier 必需。MySQL 的连接标识符。如果没有指定,默认
PHP mysql_client_encoding() 函数
2017-08-06 PHP mysql_client_encoding() 函数 PHP MySQL 函数 定义和用法 mysql_client_encoding() 函数返回当前连接的字符集的名称。 语法 mysql_client_encoding(link_identifier) 参数 描述 link_identifier 必需。MySQL 的连接标