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