Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 53324 программиста и 2738 роботов. Сейчас ищут 1298 программистов ...
MDB_Common::tableInfo()
Вернуться к: MDB
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.
Note
This function can not be called statically.
Вернуться к: MDB