Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: fdf_open_string - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

fdf_open" width="11" height="7"/> <fdf_next_field_name
Last updated: Fri, 10 Oct 2008

view this page in

fdf_open_string

(PHP 4 >= 4.3.0, PHP 5)

fdf_open_string文字列から FDF ドキュメントを読み込む

説明

resource fdf_open_string ( string $fdf_data )

文字列からデータを読み込みます。

fdf_open_string()$HTTP_FDF_DATA とあわせて使用することで、リモート クライアントからの FDF フォーム入力を処理することが可能です。

パラメータ

fdf_data

fdf_create()fdf_open() あるいは fdf_open_string() が返す FDF ドキュメントハンドル。

返り値

FDF ドキュメントハンドル、あるいはエラー時に FALSE を返します。

例1 フォームデータへのアクセス

<?php
$fdf 
fdf_open_string($HTTP_FDF_DATA);
/* ... */
fdf_close($fdf);
?>



add a note add a note User Contributed Notes
fdf_open_string
There are no user contributed notes for this page.

fdf_open" width="11" height="7"/> <fdf_next_field_name
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites