Query: fdf_set_target_frame
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FDF_SET_TARGET_FRAME(3) 1 FDF_SET_TARGET_FRAME(3) fdf_set_target_frame - Set target frame for form displaySYNOPSISbool fdf_set_target_frame (resource $fdf_document, string $frame_name)DESCRIPTIONSets the target frame to display a result PDF defined with fdf_save_file(3) in.PARAMETERSo $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 VALUESReturns TRUE on success or FALSE on failure.SEE ALSOfdf_save_file(3). PHP Documentation Group FDF_SET_TARGET_FRAME(3)