Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16672 программиста и 1698 роботов. Сейчас ищут 1779 программистов ...
PEAR_Common::mkTempDir
Вернуться к: PEAR_Common
PEAR_Common::mkTempDir
PEAR_Common::mkTempDir() – Create and register a temporary directory.
Synopsis
require_once 'PEAR/common.php';
string PEAR_Common::mkTempDir ( string $tmpdir = '' )
Create and register a temporary directory.
Parameter
- string $tmpdir
-
Directory to use as tmpdir. Will use system defaults (for example /tmp or c:\windows\temp) if not specified.
Return value
string name of created directory
Note
This function can not be called statically.
Вернуться к: PEAR_Common