sqlsrv_fetch

sqlsrv_fetch

(No version information available, might only be in Git)

sqlsrv_fetchMakes the next row in a result set available for reading

Description

mixed sqlsrv_fetch ( resource $stmt [, int $row [, int $offset ]] )

Makes the next row in a result set available for reading. Use sqlsrv_get_field() to read the fields of the row.

Parameters

stmt

登录查看完整内容