Method: f::append
Appends new content to an existing file
Info
Syntax
f::append($file, $content)
Parameters
- $file (string) The path for the file
- $content (mixed) Either a string or an array. Arrays will be converted to JSON.
Appends new content to an existing file
f::append($file, $content)