PHP Класс mikehaertl\pdftk\FdfFile

This class represents a temporary FDF (1.2) file that can be used to fill a PDF form with valid unicode characters.
Автор: Michael Härtl ([email protected])
Наследование: extends mikehaertl\tmp\File
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( array $data, string | null $suffix = null, $prefix = null, string | null $directory = null, string | null $encoding = 'UTF-8' ) Constructor

Описание методов

__construct() публичный метод

Constructor
public __construct ( array $data, string | null $suffix = null, $prefix = null, string | null $directory = null, string | null $encoding = 'UTF-8' )
$data array the form data as name => value
$suffix string | null the optional suffix for the tmp file
$directory string | null directory where the file should be created. Autodetected if not provided.
$encoding string | null of the data. Default is 'UTF-8'.