Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17178 программистов и 1835 роботов. Сейчас ищут 1556 программистов ...
HTML_Table::toHtml()
Вернуться к: HTML_Table
HTML_Table::toHtml()
HTML_Table::toHtml() – Return HTML code
Synopsis
require_once 'HTML/Table.php';
string HTML_Table::toHtml ( )
Returns the table structure as HTML
Return value
string - the generated HTML code
Note
This function can not be called statically.
Вернуться к: HTML_Table