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
파일 보기 프로젝트 열기: mikehaertl/php-pdftk 1 사용 예제들

공개 메소드들

메소드 설명
__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'.