|
sqlsrv_num_fieldsRetrieves the number of fields (columns) on a statement Beschreibung
mixed sqlsrv_num_fields
( resource
$stmt
)Retrieves the number of fields (columns) on a statement. Parameter-Liste
Rückgabewerte
Returns the number of fields on success. Returns Beispiele
Beispiel #1 sqlsrv_num_fields example
<?phpSiehe auch
|