|
fbsql_list_fieldsList FrontBase result fields Description
resource fbsql_list_fields
( string
$database_name
, string $table_name
[, resource $link_identifier
] )Retrieves information about the given table. Parameters
Return Values
Returns a result pointer which can be used with the
fbsql_field_xxx functions, or Errors/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. Examples
Example #1 fbsql_list_fields example
<?php The above example will output something similar to: field1 field2 field3 ... See Also
|