Function Commandr_fs->append_file
Definitions
sources/commandr_fs.php
- Append to a file.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$to_append | array | required parameter | N/A | N/A | The file to which to append |
$contents | string | required parameter | N/A | N/A | The contents to append |
Return
- Success?
- Type: boolean
- Set: N/A
- Range: N/A