|
fdf_open_stringRead a FDF document from a string Beschreibung
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. Parameter-Liste
Rückgabewerte
Returns a FDF document handle, or Beispiele
Beispiel #1 Accessing the form data
<?phpSiehe auch
|