Getting the temporary directory path
Get temporary directory: sys_get_temp_dir()
If you need to store temporary files you can use the path returned by sys_get_temp_dir()
. The default is the temp directory.
sys_get_temp_dir()
If you need to store temporary files you can use the path returned by sys_get_temp_dir()
. The default is the temp directory.