We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2c88f commit 91c18baCopy full SHA for 91c18ba
README.md
@@ -35,7 +35,9 @@ php-pdf uses [League\Flysystem](https://github.com/thephpleague/flysystem) to sa
35
$pdfObject->save(string $filename, League\Flysystem\AdapterInterface $adapter, $overwrite)
36
37
`filename`: the name of the file you want to save with
38
+
39
`adapter`: FlySystem Adapter
40
41
`overwrite`: If set to `true` and the file exists it will be overwritten, otherwise an Exception will be thrown.
42
43
### Examples
0 commit comments