ibase_field_info

PHP 5, PHP 7 < 7.4.0
ibase_field_info - Get information about a field
Manual
Code Examples

ibase_field_info( resource$result, int$field_number ): array

Returns an array with information about a field after a select query has been run.

Parameters

result

An InterBase result identifier.

field_number

Field offset.

Return Values

Returns an array with the following keys: name, alias, relation, length and type.

Related Functions

Example of ibase_field_info

Show all examples for ibase_field_info

PHP Version:


Function ibase_field_info:

Firebird/InterBase Functions

Most used PHP functions