fdf_open

PHP 4, PHP 5 < 5.3.0, PECL fdf SVN
fdf_open - Open a FDF document
Manual
Code Examples

fdf_open( string$filename ): resource

Opens a file with form data.

You can also use fdf_open_string to process the results of a PDF form POST request.

Parameters

filename

Path to the FDF file. This file must contain the data as returned from a PDF form or created using fdf_create and fdf_save.

Return Values

Returns a FDF document handle, or false on error.

Related Functions

Example of fdf_open

Show all examples for fdf_open

PHP Version: