Home > PHP > Function > > ovrimos_result_all()

ovrimos_result_all()

ovrimos_result_all - Prints the whole result set as an HTML table

Syntax

int ovrimos_result_all (int $result_id, string $format)

Arguments

  • result_id - A result identifier, returned by ovrimos_execute() or ovrimos_exec().
  • format - Optional HTML attributes for the generated table element.

Description

Prints the whole result set as an HTML table.

Version

PHP 4.0.3, 5 <= 5.0.5

Return value

Returns the number of rows in the generated table.