Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test functions

get_temp_dir()

Description

Determines where the tmp directory is. There are three options here:
1. tempdir - If set in config.php, use this value.
2. storagedir ."/tmp" - If storagedir is set in config.php, use it and create a subfolder tmp.
3. generate default path - use filestore/tmp if all other attempts fail.
4. if a uniqid is provided, create a folder within tmp and return the full path

Parameters

ColumnTypeDefaultDescription
$asUrl bool false - If we want the return to be like http://my.resourcespace.install/path set this as true.
$uniqid ""

Return

string Path to the tmp directory.

This article was last updated 17th November 2024 15:35 Europe/London time based on the source file dated 12th November 2024 16:35 Europe/London time.