OVRIMOS_FIELD_NAME(3) OVRIMOS_FIELD_NAME(3)
ovrimos_field_name - Returns the output column name
SYNOPSIS
string ovrimos_field_name (int $result_id, int $field_number)
DESCRIPTION
Returns the output column name at the index specified.
PARAMETERS
o $result_id
- A result identifier, returned by ovrimos_execute(3) or ovrimos_exec(3).
o $field_number
- The field number. Starts at 1.
RETURN VALUES
Returns the field name as a string, or FALSE on error.
SEE ALSO
ovrimos_field_len(3), ovrimos_field_num(3), ovrimos_field_type(3).
PHP Documentation Group OVRIMOS_FIELD_NAME(3)