HTML_QuickForm_file::getSize()

HTML_QuickForm_file::getSize() – Retourne la taille de l'élément file

Synopsis

require_once 'HTML/QuickForm/file.php';

int HTML_QuickForm_file::getSize ( )

Description

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

Throws

No exceptions thrown.

See

Voir setSize().

Note

Disponible depuis la version 1.0.

This function can not be called statically.