|
fbsql_list_fieldsList FrontBase result fields Beschreibung
resource fbsql_list_fields
( string
$database_name
, string $table_name
[, resource $link_identifier
] )Retrieves information about the given table. Parameter-Liste
Rückgabewerte
Returns a result pointer which can be used with the
fbsql_field_xxx functions, or Fehler/ExceptionsA string describing the error will be placed in $phperrmsg, and unless the function was called as @fbsql() then this error string will also be printed out. Beispiele
Beispiel #1 fbsql_list_fields example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: field1 field2 field3 ... Siehe auch
|