PEAR_Common::mkTempDir()

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

概要

require_once 'PEAR/common.php';

string PEAR_Common::mkTempDir (string [$tmpdir = ''])

説明

Create and register a temporary directory.

パラメータ

string $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

注意

この関数は、スタティックにコールする ことはできません。