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 | my php.net 
search for in the  
<fdf_next_field_namefdf_open" width="11" height="7"/>
view the version of this page
Last updated: Sat, 21 Jan 2006

fdf_open_string

(PHP 4 >= 4.3.0, PHP 5)

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

説明

resource fdf_open_string ( string fdf_data )

fdf_open_string() 関数は、文字列からデータを 読み込みます。fdf_data は、PDF フォームから 返されるデータを含んでいるか fdf_create() および fdf_save_string() で作成されたものである 必要があります。

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

例 1. フォームデータにアクセスする

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

fdf_open()fdf_close()fdf_create() および fdf_save_string() も参照ください。



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

<fdf_next_field_namefdf_open" width="11" height="7"/>
 Last updated: Sat, 21 Jan 2006
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2006 The PHP Group
All rights reserved.
This mirror generously provided by: PacketBusiness, Inc.
Last updated: Mon May 1 13:14:24 2006 JST