odbc_statics()函数用来检索表的统计信息
resource odbc_statistics ( resource $connection_id , string $qualifier , string $owner , string $table_name , int $unique , int $accuracy )
获取有关表及其索引的统计信息。
成功返回odbc结果标识符,否则返回false
序号 | 参数和说明 |
---|---|
1 | connection_id 它包含有关连接标识符的信息 |
2 | qualifier 它包含有关限定符的信息 |
3 | owner 它包含有关所有者的信息 |
4 | accuracy 它包含有关表精度的信息 |