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

search for in the

fdf_set_status> <fdf_set_on_import_javascript
[edit] Last updated: Fri, 25 May 2012

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 02: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 | stats | sitemap | contact | advertising | mirror sites