首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
无涯教程
无涯教程
创建于2023-07-19
订阅专栏
无涯教程网(www.learnfk.com)提供程序员在线零基础学IT编程技术菜鸟教程。
等 2 人订阅
共3951篇文章
创建于2023-07-19
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
无涯教程-PHP - fetch into函数
fetch_into - 语法 int odbc_fetch_into ( resource $result_id , array &$result_array [, int $row...
无涯教程-PHP - fetch_object函数
fetch_object - 语法 object odbc_fetch_object ( resource $result [, int $rownumber ] ) 它用于获取作...
无涯教程-PHP - field scale函数
field_scale - 语法 int odbc_field_scale ( resource $result_id , int $field_number ) 它用来获取文...
无涯教程-PHP - field type函数
field_type - 语法 string odbc_field_type ( resource $result_id , int $field_number ) 它用于获取关...
无涯教程-PHP - foreignkeys函数
foreignkeys - 语法 resource odbc_foreignkeys ( resource $connection_id , string $pk_qualifier ,...
无涯教程-PHP - free result函数
free_result - 语法 bool odbc_free_result ( resource $result_id ) 它包含与输出关联的自由输出的信息...
无涯教程-PHP - gettypeinfo函数
gettypeinfo - 语法 resource odbc_gettypeinfo ( resource $connection_id [, int $data_type ] ) 它用...
无涯教程-PHP - loongreadlen函数
loongreadlen - 语法 bool odbc_longreadlen ( resource $result_id , int $length ) 它是用来处理长颜色...
无涯教程-PHP - next result函数
next_result - 语法 bool odbc_next_result ( resource $result_id ) 用于检查是否有多个输出可用 Sr....
无涯教程-PHP - pconnect函数
pconnect - 语法 resource odbc_pconnect ( string $dsn , string $user , string $password [, int $cu...
无涯教程-PHP - prepare函数
prepare - 语法 resource odbc_prepare ( resource $connection_id , string $query_string ) 它用于准...
无涯教程-PHP - primarykeys函数
primarykeys - 语法 resource odbc_primarykeys ( resource $connection_id , string $qualifier , stri...
无涯教程-PHP - procedures函数
procedures - 语法 resource odbc_procedures ( resource $connection_id ) 它用于获取存储在特定数据源...
无涯教程-PHP - result函数
result - 语法 mixed odbc_result ( resource $result_id , mixed $field ) 它用来获取数据 Sr.No 参数...
无涯教程-PHP - rollback函数
rollback - 语法 bool odbc_rollback ( resource $connection_id ) 它用于回滚事务 Sr.No 参数 &...
无涯教程-PHP - setoption函数
setoption - 语法 bool odbc_setoption ( resource $id , int $function , int $option , int $param )...
无涯教程-PHP - statistics函数
statistics - 语法 resource odbc_statistics ( resource $connection_id , string $qualifier , str...
无涯教程-PHP - tableprivileges函数
tableprivileges - 语法 resource odbc_tableprivileges ( resource $connection_id , string $quali...
无涯教程-PHP - tables函数
tables - 语法 resource odbc_tables ( resource $connection_id [, string $qualifier [, string $o...
无涯教程-PHP - addcslashes函数
addcslashes - 语法 string addcslashes ( string $str , string $charlist ) 它返回带有黑斜杠的字符串...
下一页