PHP » GoLang |
login |
register |
about
|
GoLang ibase_field_info
request it (368)
GoLang replacement for PHP's ibase_field_info
[edit | history]
ibase_field_info(PHP 5, PHP 7) ibase_field_info — Get information about a field Description
array ibase_field_info
( resource
$result
, int $field_number
)Returns an array with information about a field after a select query has been run. Parameters
Return ValuesReturns an array with the following keys: name, alias, relation, length and type. Examples
Example #1 ibase_field_info() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|