HTML_QuickForm_file::isUploadedFile()
HTML_QuickForm_file::isUploadedFile() – Checks if the element contains an uploaded file
Synopsis
require_once 'HTML/QuickForm/file.php';
bool HTML_QuickForm_file::isUploadedFile (
)
Описание
This package is not documented yet.
Return value
returns true if file has been uploaded, false otherwise
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.