| 
 | fdf_openOpen a FDF document Description
   resource fdf_open
    ( string  $filename)Opens a file with form data. You can also use fdf_open_string to process the results of a PDF form POST request. Parameters
 
 Return Values
   Returns a FDF document handle, or  Examples
 Example #1 Accessing the form data 
<?phpSee Also
 
 |