update : 2015.11.03
php.shukuma.com검색:
|
fdf_open(PHP 4, PHP 5, PHP 7) fdf_open — Open a FDF document 설명
resource fdf_open
( string
$filename
)Opens a file with form data. You can also use fdf_open_string() to process the results of a PDF form POST request. 인수
반환값
Returns a FDF document handle, or 예제
Example #1 Accessing the form data
<?php 참고
|