PHP:MySQL函数mysql_query()的用法 mysql_query (PHP 4, PHP 5) mysql_query — 发送一条 MySQL 查询 Warning 本扩展自 PHP 5.5.0 起已废弃,并在将来会被移除。应使用 MySQ... 技术教程 4个月前07430
PHP:MySQL函数mysql_error()的用法 mysql_error (PHP 4, PHP 5) mysql_error — 返回上一个 MySQL 操作产生的文本错误信息 说明 string mysql_error ([ resource ... 技术教程 4个月前06740
PHP:MySQL函数mysql_fetch_lengths()的用法 mysql_fetch_lengths (PHP 4, PHP 5) mysql_fetch_lengths — 取得结果集中每个输出的长度 说明 array mysql_fetch_lengths ... 技术教程 4个月前07180
PHP:MySQL函数mysql_tablename()的用法 mysql_tablename (PHP 4, PHP 5) mysql_tablename — 取得表名 说明 string mysql_tablename ( resource $result ... 技术教程 4个月前08200
PHP:MySQL函数mysql_result()的用法 mysql_result (PHP 4, PHP 5) mysql_result — 取得结果数据 说明 mixed mysql_result ( resource $result , int $ro... 技术教程 4个月前07320
PHP:MySQL函数mysql_select_db()的用法 mysql_select_db (PHP 4, PHP 5) mysql_select_db — 选择 MySQL 数据库 说明 bool mysql_select_db ( string $data... 技术教程 4个月前06280