FDF_SET_TARGET_FRAME(3) 1 FDF_SET_TARGET_FRAME(3)
fdf_set_target_frame - Set target frame for form display
SYNOPSIS
bool fdf_set_target_frame (resource $fdf_document, string $frame_name)
DESCRIPTION
Sets the target frame to display a result PDF defined with fdf_save_file(3) in.
PARAMETERS
o $fdf_document
- The FDF document handle, returned by fdf_create(3), fdf_open(3) or fdf_open_string(3).
o $frame_name
- The frame name, as a string.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
fdf_save_file(3).
PHP Documentation Group FDF_SET_TARGET_FRAME(3)