Home > PHP > Function > > ovrimos_result()

ovrimos_result()

ovrimos_result - Retrieves the output column

Syntax

string ovrimos_result (int $result_id, mixed $field)

Arguments

  • result_id - A result identifier, returned by ovrimos_execute() or ovrimos_exec().
  • field - Either as a string with the field name or as an 1-based index.

Description

Retrieves the output column specified by field.

Version

PHP 4.0.3, 5 <= 5.0.5

Return value

Returns the column as a string, FALSE on failure.