Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18846 программистов и 1632 робота. Сейчас ищут 1810 программистов ...
HTML_Table::setAutoFill()
Вернуться к: HTML_Table
HTML_Table::setAutoFill()
HTML_Table::setAutoFill() – Set autoFill value
Synopsis
require_once 'HTML/Table.php';
void HTML_Table::setAutoFill ( mixed $fill , int $body = null )
The autoFill value will be insert into every cell not filled.
Parameter
-
mixed $fill - standard value for empty cells
-
int $body - The number of the tbody group that should be used. NULL indicates that all groups should be used.
Note
This function can not be called statically.
Вернуться к: HTML_Table