Function __global->afm_make_file
Definitions
sources/abstract_file_manager.php
- Make a new file over the open AFM connection. Will overwrite if already exists (assuming has access).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$basic_path | PATH | required parameter | N/A | N/A | The path to the file we are making |
$contents | string | required parameter | N/A | N/A | The desired file contents |
$world_access | boolean | required parameter | N/A | N/A | Whether world access is required |
$bom | boolean | False | N/A | N/A | Whether to save a byte-order-mark if appropriate to the website character set |