PEAR_Frontend::addTempFile

PEAR_Frontend::addTempFile() – This can be overridden to allow session-based temporary file management

Synopsis

require_once '/Frontend.php';

void PEAR_Frontend::addTempFile ( mixed $file )

Description

By default, all files are deleted at the end of a session. The web installer needs to be able to sustain a list over many sessions in order to support user interaction with install scripts

Parameter

mixed $file

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Singleton-based frontend for PEAR user input/output (Previous) isIncludeable (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.