update : 2015.11.03
php.shukuma.com검색:
|
fdf_open_string(PHP 4 >= 4.3.0, PHP 5, PHP 7) fdf_open_string — Read a FDF document from a string 설명
resource fdf_open_string
( string
$fdf_data
)Reads form data from a string. You can use fdf_open_string() together with $HTTP_FDF_DATA to process FDF form input from a remote client. 인수
반환값
Returns a FDF document handle, or 예제
Example #1 Accessing the form data
<?php 참고
|