require_once 'File.php';
string File::gettempdir ()
string File::gettempdir
deprecated
Эта функция может быть вызвана статически.
Пример 39-1. Using File::getTempDir()
<?php require_once 'File.php'; // deprecated Use File_Util::tmpDir() instead ?>