Searched defs:temp_dir (Results 1 – 1 of 1) sorted by last modified time
37 $temp_dir = ini_get('upload_tmp_dir'); variable39 $temp_dir = ''; variable43 $temp_dir = sys_get_temp_dir(); variable45 $temp_dir = @realpath($temp_dir); // see https://github.com/JamesHeinrich/getID3/pull/10 variable49 $temp_dir = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $temp_dir); variable66 $temp_dir = ''; variable71 $temp_dir = '*'; // invalid directory name should force tempnam() to use system default temp dir variable