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
(PHP 4 >= 4.0.2, PHP 5 < 5.3.0, PECL fdf SVN)
fdf_set_opt — フィールドのオプションを設定する
$fdf_document
,$fieldname
,$element
,$str1
,$str2
指定したフィールドのオプションを設定します。
fdf_document
fdf_create()、 fdf_open() あるいは fdf_open_string() が返す FDF ドキュメントハンドル。
fieldname
FDF フィールド名を表す文字列。
element
str1
str2
成功した場合に true
を、失敗した場合に false
を返します。
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