Query: fdf_open_string
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FDF_OPEN_STRING(3) 1 FDF_OPEN_STRING(3) fdf_open_string - Read a FDF document from a stringSYNOPSISresource fdf_open_string (string $fdf_data)DESCRIPTIONReads form data from a string. You can use fdf_open_string(3) together with $HTTP_FDF_DATA to process FDF form input from a remote client.PARAMETERSo $fdf_data - The data as returned from a PDF form or created using fdf_create(3) and fdf_save_string(3).RETURN VALUESReturns a FDF document handle, or FALSE on error.EXAMPLESExample #1 Accessing the form data <?php $fdf = fdf_open_string($HTTP_FDF_DATA); /* ... */ fdf_close($fdf); ?>SEE ALSOfdf_open(3), fdf_close(3), fdf_create(3), fdf_save_string(3). PHP Documentation Group FDF_OPEN_STRING(3)
Related Man Pages |
---|
bcompiler_write_function(3) - php |
bcompiler_write_constant(3) - php |
fdf_get_attachment(3) - php |
fdf_get_value(3) - php |
yaml_parse_url(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Status of UNIX.COM Forum Transformation |