update : 2015.11.03
php.shukuma.com검색:
|
odbc_fetch_into(PHP 4, PHP 5) odbc_fetch_into — Fetch one result row into array 설명
int odbc_fetch_into
( resource
$result_id
, array &$result_array
[, int $rownumber
] )Fetch one result row into array. 인수
반환값
Returns the number of columns in the result;
예제
Example #1 odbc_fetch_into() examples
<?php or
<?php |