Function __global->_intelligent_write_error_inline
Definitions
sources/files2.php
- Discern the cause of a file-write error, and return an appropriate error message.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path | PATH | required parameter | N/A | N/A | File path that could not be written |
$force_hardcoded | boolean | False | N/A | N/A | Whether to force a hard-coded error message, useful if we have not finished bootstrapping |
Return
- Message (string or Tempcode)
- Type: mixed
- Set: N/A
- Range: N/A