HTML_QuickForm_file::setSize()
HTML_QuickForm_file::setSize() – Sets size of file element
Synopsis
require_once 'HTML/QuickForm/file.php';
void HTML_QuickForm_file::setSize (
int $size
)
Description
This package is not documented yet.
Parameter
-
integer
$size
-
Size of file element
Throws
throws no exceptions thrown
See
see getSize().
Note
since 1.0
This function can not be called statically.