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