• PHP Video Tutorials

PHP - Function Result All



Syntax

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

Definition and Usage

It used to show the result as a HTML table

Return Values

It returns number of rows in a table or else false on failure

Parameters

Sr.No Parameters & Description
1

result_id

It contains the information about result identifier

2

format

it contains the information about additional overall table formatting

php_function_reference.htm
Advertisements