Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1835 роботов. Сейчас ищут 1563 программиста ...
HTML_Table::getAutoFill()
Вернуться к: HTML_Table
HTML_Table::getAutoFill()
HTML_Table::getAutoFill() – Return autoFill value
Synopsis
require_once 'HTML/Table.php';
mixed HTML_Table::getAutoFill ( int $body=0 )
Returns the autoFill value
Parameter
-
int $body - The number of the tbody group that should be used
Return value
mixed - the value, which will be inserted into empty cells
Note
This function can not be called statically.
Вернуться к: HTML_Table