GoLang odbc_result_all

request it (294)
GoLang replacement for PHP's odbc_result_all [edit | history]



Do you know a GoLang replacement for PHP's odbc_result_all? Write it!

PHP odbc_result_all

PHP original manual for odbc_result_all [ show | php.net ]

odbc_result_all

(PHP 4, PHP 5, PHP 7)

odbc_result_allPrint result as HTML table

Description

int odbc_result_all ( resource $result_id [, string $format ] )

Prints all rows from a result identifier produced by odbc_exec(). The result is printed in HTML table format.

Parameters

result_id

The result identifier.

format

Additional overall table formatting.

Return Values

Returns the number of rows in the result or FALSE on error.