string
PEAR_Common::mkTempDir (
string $tmpdir = ''
)
Create and register a temporary directory.
$tmpdir
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.