Function __global->_translate_file_access
Definitions
sources/abstract_file_manager.php
- Translate truth about needing world write access to a file to absolute permissions.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$world_access | boolean | required parameter | N/A | N/A | Whether world file access is required |
$file_type | ID_TEXT | Blank (empty string) | N/A | N/A | The file type (blank: don't care) |
Return
- The absolute permission
- Type: integer
- Set: N/A
- Range: N/A