ovrimos_field_num
(PHP 4 >= 4.0.3)
ovrimos_field_num -- Returns the (1-based) index of the
output column
Description
int ovrimos_field_num ( int result_id, string field_name)
ovrimos_field_num() returns the (1-based) index of the output
column specified by field_name, or FALSE.
ovrimos_field_type
(PHP 4 >= 4.0.3)
ovrimos_field_type -- Returns the (numeric) type of the
output column
Description
int ovrimos_field_type ( int result_id, int field_number)
ovrimos_field_type() returns the (numeric) type of the output
column at the (1-based) index specified by field_number.
|