PEAR_Common::addTempFile

PEAR_Common::addTempFile() – register a temporary file or directory

Synopsis

require_once 'PEAR/common.php';

void PEAR_Common::addTempFile ( string $file )

Description

Register a temporary file or directory. When the destructor is executed, all registered temporary files and directories are removed.

Parameter

string $file

name of file or directory

Note

This function can be called statically.

PEAR_Common constructor (Previous) analyze the source code of the given PHP file (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.