SimpleFileWriter
in package
implements
FileWriterInterface
FinalYes
Handles simple file writing.
Table of Contents
Interfaces
- FileWriterInterface
- Adds support for writing to files.
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 $contents) : int|false
Parameters
- $filename : string
- $contents : string