|
PHP5中文手册
fdf_set_file(PHP 4, PHP 5) fdf_set_file — Set PDF document to display FDF data in 说明
bool fdf_set_file
( resource $fdf_document
, string $url
[, string $target_frame
] )
Selects a different PDF document to display the form results in then the form it originated from. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Passing FDF data to a second form
<?php |