PEAR_Common::mkDirHier | PEAR_Common::setFrontendObject |
PEAR_Common | |
PEAR Manual | |
require_once 'PEAR/common.php'; |
string
PEAR_Common::mkTempDir (
string $tmpdir = ''
)
Create and register a temporary directory.
Directory to use as tmpdir. Will use system defaults (for example /tmp or c:\windows\temp ) if not specified.
string name of created directory
This function can not be called statically.
PEAR_Common::mkDirHier | PEAR_Common::setFrontendObject |
PEAR_Common | |
PEAR Manual | |