SetaPDF_Core_Writer_File A writer class for files or writable streams
File: /SetaPDF v2/Core/Writer/File.php
Class hierarchy
Implements
- SetaPDF_Core_WriteInterface
- SetaPDF_Core_Writer_CopyStreamInterface
- SetaPDF_Core_Writer_FileInterface
- SetaPDF_Core_Writer_WriterInterface
Summary
Properties
$_handle
protected resource SetaPDF_Core_Writer_Stream::$_handle
The file stream resource
$_path
protected string SetaPDF_Core_Writer_File::$_path
Path to the output file
Methods
copy()
WARNING: This method is marked as deprecated!
Use copyStream() instead.
Parameters
- $source : resource|SetaPDF_Core_Writer_Stream
copyStream()
Copies an existing stream into the target stream.
Parameters
- $source : resource|SetaPDF_Core_Writer_Stream