PEAR_Common::mkTempDir

PEAR_Common::mkTempDir()

PEAR_Common::mkTempDir() -- Create and register a temporary directory.

Description

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.