HTML_Table::toHtml()

HTML_Table::toHtml() – HTML コードを返す

Synopsis

require_once 'HTML/Table.php';

string HTML_Table::toHtml ( )

Description

テーブル構造を HTML で返します。

Return value

string - 生成された HTML コードを返します。

Note

This function can not be called statically.