Function __global->move_uploaded_file
Definitions
sources_custom/phpstub.php
- {{creates-file}}}}
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
-
Flags:
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$filename | PATH | required parameter | N/A | N/A | Filename to move (taken from tmpname element of $_FILES list entry) |
$destination | PATH | required parameter | N/A | N/A | Path to move file to (preferably containing filename component) |
Return
- The success status
- Type: boolean
- Set: N/A
- Range: N/A