Documentation

FileWriterInterface

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
Return values
int|false

        
On this page

Search results