无涯教程-PHP - fetch into函数

29 阅读1分钟

fetch_into - 语法

int odbc_fetch_into ( resource $result_id , array &$result_array [, int $rownumber ] )

它用于将输出提取到行中

Sr.No 参数 & 描述
1

result_id

它包含输出资源的信息

2

result_array

它包含输出数组,并且从索引0开始

3

rownumber

它包含行号

fetch_into - 返回值

它返回行中的列数,否则在失败时返回错误

参考链接

www.learnfk.com/php/php-fun…