PHP » GoLang |
login |
register |
about
|
GoLang fbsql_list_fields
request it (343)
GoLang replacement for PHP's fbsql_list_fields
[edit | history]
fbsql_list_fields(PHP 4 >= 4.0.6, PHP 5, PHP 7) fbsql_list_fields — List 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
|
more
Recently updated
more
Most requested
more
Last requests
|