|
sqlsrv_get_fieldGets field data from the currently selected row 説明
mixed sqlsrv_get_field(resource
$stmt , int $fieldIndex , int $getAsType = ?)Gets field data from the currently selected row. Fields must be accessed in order. Field indices start at 0. パラメータ
戻り値
Returns data from the specified field on success. Returns 例
例1 sqlsrv_get_field example The following example demonstrates how to retrieve a row with sqlsrv_fetch and get the row fields with sqlsrv_get_field.
参考
|