Function __global->sys_get_temp_dir
Definitions
sources_custom/phpstub.php
- Finds the path of the directory PHP stores temporary files in by default.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The path of the temporary directory
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Finds the path of the directory PHP stores temporary files in by default.
*
* @return string The path of the temporary directory
*/
function sys_get_temp_dir() : string
* Finds the path of the directory PHP stores temporary files in by default.
*
* @return string The path of the temporary directory
*/
function sys_get_temp_dir() : string

