fdf_get_file

(PHP 4, PHP 5 < 5.3.0, PECL fdf SVN)

fdf_get_fileOttiene il valore della chiave /F

Descrizione

fdf_get_file(resource $fdf_document): string

Restituisce il valore della chiave /F.

Elenco dei parametri

fdf_document

L'handle del documento FDF, restituito da fdf_create(), fdf_open() o fdf_open_string().

Valori restituiti

Ritorna il valore della chiave, come una stringa.

Vedere anche:

  • fdf_set_file() - Imposta un documento PDF per visualizzare i dati FDF presenti

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top