PHP » PYTHON |
login |
register |
about
|
|
fdf_open_string(PHP 4 >= 4.3.0, PHP 5) fdf_open_string — Read a FDF document from a string Description
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. Parameters
Return ValuesReturns a FDF document handle, or FALSE on error. Examples
Example #1 Accessing the form data
<?php
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|