|
sqlsrv_get_fieldGets field data from the currently selected row Beschreibung
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. Parameter-Liste
Rückgabewerte
Returns data from the specified field on success. Returns Beispiele
Beispiel #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.
<?phpSiehe auch
|