HTML_Table::getAutoFill()

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

概要

require_once 'HTML/Table.php';

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

説明

autoFill の値を返します。

パラメータ

返り値

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

注意

この関数は、スタティックにコールする ことはできません。

参照

HTML_Table::setAutoFill()