HTML_QuickForm_file::moveUploadedFile()

HTML_QuickForm_file::moveUploadedFile() -- Moves an uploaded file into the destination

Synopsis

require_once 'HTML/QuickForm/file.php';

bool HTML_QuickForm_file::moveUploadedFile (string $dest [, string $fileName = ''])

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Parameter

string $dest

Destination directory path

string $fileName

New file name (if not given, original file name will be used).

Rückgabewert

returns true if file has been moved successfully, false otherwise.

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.