require_once 'File.php';
string File::gettempdir ()
string File::gettempdir
deprecated
This function can be called statically.
Example 38-1. Using File::getTempDir()
<?php require_once 'File.php'; // deprecated Use File_Util::tmpDir() instead ?>