HTML_Table::getCellContents
HTML_Table::getCellContents -- Return cell content
概要
require_once "HTML/Table.php"; |
mixed HTML_Table::getCellContents (int $row, int $col)
説明
Returns the content of an existing cell
パラメータ
int $row -
Row index
int $col -
Column index
返り値
mixed - the content of the specified cell
注意
この関数は、スタティックにコールする
ことはできません。