require_once 'PEAR/common.php';
string PEAR_Common::mkTempDir (string [$tmpdir = ''])
string PEAR_Common::mkTempDir
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.