• PHP Video Tutorials

PHP - FDF Set Target Frame Module



The fdf_set_target_frame() function can set the target frame for form display.

Syntax

bool fdf_set_target_frame( resource $fdf_document , string $frame_name )

The fdf_set_target_frame() function can set the target frame to display a result PDF defined with the fdf_save_file() function in.

The fdf_set_target_frame() function can return true on success, or false on failure.

php_function_reference.htm
Advertisements