ovrimos_field_len
(PHP 4 >= 4.0.3)
ovrimos_field_len -- Returns the length of the output column
Description
int ovrimos_field_len ( int result_id, int field_number)
ovrimos_field_len() is used to get the length of the output
column with number field_number (1-based), in result result_id.
ovrimos_field_name
(PHP 4 >= 4.0.3)
ovrimos_field_name -- Returns the output column name
Description
string ovrimos_field_name ( int result_id, int field_number)
ovrimos_field_name() returns the output column name at the
(1-based) index specified.
|