require_once 'PEAR/common.php';
void PEAR_Common::addTempFile (string $file)
void PEAR_Common::addTempFile
Register a temporary file or directory. When the destructor is executed, all registered temporary files and directories are removed.
name of file or directory
This function can be called statically.