Function __global->afm_read_file
Definitions
sources/abstract_file_manager.php
- Read a file (not actually over the open AFM connection, but same result: we can do this directly).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path | PATH | required parameter | N/A | N/A | The path to the file we are reading |
$bom | boolean | False | N/A | N/A | Whether to consider the byte-order-mark and do character set conversions |
Return
- The contents of the file
- Type: string
- Set: N/A
- Range: N/A