sqlsrv_fetch_array
sqlsrv_fetch_array
(No version information available, might only be in Git)
sqlsrv_fetch_array — Returns a row as an array
Description
array sqlsrv_fetch_array ( resource $stmt [, int $fetchType [, int $row [, int $offset ]]] )
Returns the next available row of data as an associative array, a numeric array, or both (the default).
Parameters
-
stmt
-
A statement resource returned by sqlsrv_query or sqlsrv_prepare.
-
登录查看完整内容