Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 26851 программист и 1630 роботов. Сейчас ищут 1090 программистов ...
MDB_Common::numCols()
Вернуться к: MDB
MDB_Common::numCols()
MDB_Common::numCols() – get number of columns
Synopsis
require_once 'MDB.php';
integer numCols ( resource $result )
Get the number of columns of the rows in a result set.
Return value
integer - number of columns
Note
This function can not be called statically.
Вернуться к: MDB