php man page for fdf_open_string

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 string

SYNOPSIS
resource fdf_open_string (string $fdf_data)
DESCRIPTION
Reads 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.
PARAMETERS
o $fdf_data - The data as returned from a PDF form or created using fdf_create(3) and fdf_save_string(3).
RETURN VALUES
Returns a FDF document handle, or FALSE on error.
EXAMPLES
Example #1 Accessing the form data <?php $fdf = fdf_open_string($HTTP_FDF_DATA); /* ... */ fdf_close($fdf); ?>
SEE ALSO
fdf_open(3), fdf_close(3), fdf_create(3), fdf_save_string(3). PHP Documentation Group FDF_OPEN_STRING(3)
Related Man Pages
newt_form(3) - php
fdf_save_string(3) - php
curl_unescape(3) - php
fann_read_train_from_file(3) - php
fdf_get_value(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Please Welcome Nicki Paul to the Moderator Team!