MDB_Common::tableInfo()
MDB_Common::tableInfo() – get table info from a query
Synopsis
require_once 'MDB.php';
boolean tableInfo (
resource $result
, int $mode
= null
)
Описание
Fetch table information from result
query.
Return value
Returns an associative array of table and field information.
This function is currently not documented.
Замечание
This function can not be called statically.