HTML_QuickForm_file::getValue()
HTML_QuickForm_file::getValue() -- Returns information about the uploaded file
概要
require_once 'HTML/QuickForm/file.php'; |
array HTML_QuickForm_file::getValue ()
説明
Returns the information about the file upload, as in the $_FILES array. Note that while there exists a setValue() method, the method does nothing at all. The file element does not have a value if the form was not submitted.
例外・エラー
throws no exceptions thrown
注意
since 3.0
この関数は、スタティックにコールする
ことはできません。