Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17882 программиста и 1641 робот. Сейчас ищут 1807 программистов ...
HTML_QuickForm_file::getSize()
Вернуться к: Standard HTML elements
HTML_QuickForm_file::getSize()
HTML_QuickForm_file::getSize() – Returns size of file element
Synopsis
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
throws no exceptions thrown
See
see setSize().
Note
since 1.0
This function can not be called statically.
Вернуться к: Standard HTML elements