PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

fdf_open> <fdf_next_field_name
Last updated: Sat, 24 Mar 2007

view this page in

fdf_open_string

(PHP 4 >= 4.3.0, PHP 5)

fdf_open_string — Read a FDF document from a string

Popis

resource fdf_open_string ( string $fdf_data )

Reads form data from a string.

You can use fdf_open_string() together with $HTTP_FDF_DATA to process FDF form input from a remote client.

Seznam parametrů

fdf_data

The data as returned from a PDF form or created using fdf_create() and fdf_save_string().

Návratové hodnoty

Returns a FDF document handle, or FALSE on error.

Příklady

Příklad 480. Accessing the form data

<?php
$fdf
= fdf_open_string($HTTP_FDF_DATA);
/* ... */
fdf_close($fdf);
?>

Viz také

fdf_open()
fdf_close()
fdf_create()
fdf_save_string()



add a note add a note User Contributed Notes
fdf_open_string
There are no user contributed notes for this page.

fdf_open> <fdf_next_field_name
Last updated: Sat, 24 Mar 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites