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
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 を返します。
fdf_set_opt
ceo at l-i-e dot com
29-Jul-2003 09:01
29-Jul-2003 09:01