|
PHP5中文手册
fdf_create(PHP 4, PHP 5) fdf_create — Create a new FDF document 说明
resource fdf_create
( void
)
Creates a new FDF document. This function is needed if one would like to populate input fields in a PDF document with data. 返回值Returns a FDF document handle, or FALSE on error. 范例
Example#1 Populating a PDF document
<?php |