sqlsrv_get_field

 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 FALSE otherwise.