Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17261 программист и 1685 роботов. Сейчас ищут 2078 программистов ...
PEAR_Common::addTempFile
Вернуться к: PEAR_Common
PEAR_Common::addTempFile
PEAR_Common::addTempFile() – register a temporary file or directory
Synopsis
require_once 'PEAR/common.php';
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.
Parameter
- string $file
-
name of file or directory
Note
This function can be called statically.
Вернуться к: PEAR_Common