Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16946 программистов и 1772 робота. Сейчас ищут 1265 программистов ...
HTML_Table::getAutoGrow()
Вернуться к: HTML_Table
HTML_Table::getAutoGrow()
HTML_Table::getAutoGrow() – Return autoGrow flag
Synopsis
require_once 'HTML/Table.php';
boolean HTML_Table::getAutoGrow ( int $body=0 )
Returns the value of the autoGrow flag. If a value into an cell, which not exists, HTML_Table will automatically add a necessary row or column, if the flag is TRUE.
Parameter
-
int $body - The number of the tbody group that should be used
Return value
boolean - the flag state
Note
This function can not be called statically.
Вернуться к: HTML_Table