Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18850 программистов и 1632 робота. Сейчас ищут 1782 программиста ...
HTML_Table::getCellAttributes()
Вернуться к: HTML_Table
HTML_Table::getCellAttributes()
HTML_Table::getCellAttributes() – Return cell attributes
Synopsis
require_once 'HTML/Table.php';
array HTML_Table::getCellAttributes ( int $row , int $col , int $body=0 )
Returns the attributes for a given cell
Parameter
-
int $row - Row index
-
int $col - Column index
-
int $body - The number of the tbody group that should be used
Return value
array - the attributes of the specific cell
Note
This function can not be called statically.
Вернуться к: HTML_Table