PEAR_Frontend::addTempFile()

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

概要

require_once '/Frontend.php';

void PEAR_Frontend::addTempFile (mixed $file)

説明

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

パラメータ

mixed $file

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。