91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女

odbc_fetch_into

(PHP 4, PHP 5, PHP 7, PHP 8)

odbc_fetch_intoFetch one result row into array

說(shuō)明

odbc_fetch_into(resource $statement, array &$array, int $row = 0): int|false

Fetch one result row into array.

參數

statement

The result resource.

array

The result array that can be of any type since it will be converted to type array. The array will contain the column values starting at array index 0.

row

The row number.

返回值

Returns the number of columns in the result; false on error.

范例

示例 #1 odbc_fetch_into() examples

<?php
$rc 
odbc_fetch_into($res_id$my_array);
?>

or

<?php
$rc 
odbc_fetch_into($res_id$my_array2);
?>

91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女