HTML_QuickForm_file::getSize()

HTML_QuickForm_file::getSize() -- Returns size of file element

Referentiesamenvatting

require_once 'HTML/QuickForm/file.php';

int HTML_QuickForm_file::getSize ()

Beschrijving

This means 'size' attribute of the <input /> element, not size of the uploaded file.

Throws

throws no exceptions thrown

Zie

see setSize().

Note

since 1.0

Deze functie kan niet statisch worden aangeroepen.