fieldname

fieldname

Name

fieldname -- get field name by number

Synopsis

fieldname(i)

Parameters

i

field number (integer).

Return Type

string

field name.

Exceptions

TypeError

Bad parameter type, or too many arguments.

ValueError

Invalid field number.

pg.error

Invalid query result, or invalid connection.

Description

fieldname() method allows to find a field name from its rank number. It can be useful for displaying a result. The fields are in the same order than the result values.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.