HTML_QuickForm_file::isUploadedFile()

HTML_QuickForm_file::isUploadedFile() – Vérifie si l'élément contient un fichier téléchargé

Synopsis

require_once 'HTML/QuickForm/file.php';

bool HTML_QuickForm_file::isUploadedFile ( )

Description

This package is not documented yet.

Return value

Retourne TRUE si le fichier a été téléchargé, FALSE sinon.

Throws

No exceptions thrown.

Note

This function can not be called statically.