HTML_QuickForm_file::getSize()
HTML_QuickForm_file::getSize() -- Returns size of file element
概要
require_once 'HTML/QuickForm/file.php'; |
int HTML_QuickForm_file::getSize ()
説明
This means 'size' attribute of the <input /> element, not size of the uploaded file.
例外・エラー
throws no exceptions thrown
注意
since 1.0
この関数は、スタティックにコールする
ことはできません。