HTML_Table::getAutoFill()

HTML_Table::getAutoFill() – autoFill の値を返す

Synopsis

require_once 'HTML/Table.php';

mixed HTML_Table::getAutoFill ( int $body=0 )

Description

autoFill の値を返します。

Parameter

  • int $body - 使用する tbody グループの番号。

Return value

mixed - 空のセルに書き込まれる値を返します。

Note

This function can not be called statically.