phpdftk API Documentation

FdfReader
in package

FinalYes

FDF (Forms Data Format) file reader — ISO 32000-2 §12.7.8.

Parses a standalone .fdf file and extracts field name/value pairs.

Table of Contents

Methods

parse()  : array<string, string>
Parse FDF content and return a field name → value map.

Methods

parse()

Parse FDF content and return a field name → value map.

public static parse(string $fdfContent) : array<string, string>
Parameters
$fdfContent : string
Return values
array<string, string>

        
On this page

Search results