FileWriterInterface
in
Adds support for writing to files.
Table of Contents
Methods
- write() : int|false
- Write the given content to the targe file.
Methods
write()
Write the given content to the targe file.
public
write(string $filename, string $content) : int|false
Parameters
- $filename : string
- $content : string