require_once 'File.php';
string File::getTempFile ([string $dirname = NULL])
string File::getTempFile
deprecated
This function can be called statically.
Example 38-1. Using File::getTempFile()
<?php require_once 'File.php'; // deprecated Use File_Util::tmpFile() instead ?>