English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

Usage and examples of the PHP odbc_statics() function

PHP ODBC Reference Manual

The odbc_statics() function is used to retrieve table statistics

Syntax

resource odbc_statistics ( resource $connection_id, string $qualifier, 
   string $owner, string $table_name, int $unique, int $accuracy)

Definition and usage

Get statistical information about the table and its indexes.

Return value

Returns the odbc result identifier on success, otherwise returns false

Parameter

Serial numberParameters and descriptions
1

connection_id

It contains information about the connection identifier

2

qualifier

It contains information about qualifiers

3

owner

It contains information about the owner

4

accuracy

It contains information about table precision

PHP ODBC Reference Manual