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_set_opt - 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_set_status" width="11" height="7"/> <fdf_set_on_import_javascript
Last updated: Fri, 29 Aug 2008

view this page in

fdf_set_opt

(PHP 4 >= 4.0.2, PHP 5)

fdf_set_optフィールドのオプションを設定する

説明

bool fdf_set_opt ( resource $fdf_document , string $fieldname , int $element , string $str1 , string $str2 )

指定したフィールドのオプションを設定します。

パラメータ

fdf_document

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

fieldname

FDF フィールド名を表す文字列。

element

str1

str2

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes
fdf_set_opt
ceo at l-i-e dot com
29-Jul-2003 09:01
For a nice example of how this works to populate a list box dynamically, see this URL:

http://www.fooassociates.com/phpfer/html/rn20re282.html

 
show source | credits | sitemap | contact | advertising | mirror sites