2024 日本 PHP 研討會

fdf_set_opt

(PHP 4 >= 4.0.2, PHP 5 < 5.3.0, PECL fdf SVN)

fdf_set_opt設定欄位的選項

說明

fdf_set_opt(
    資源 $fdf_document,
    字串 $fieldname,
    整數 $element,
    字串 $str1,
    字串 $str2
): 布林值

設定指定欄位的選項。

參數

fdf_document

FDF 文件控制代碼,由 fdf_create()fdf_open()fdf_open_string() 返回。

fieldname

FDF 欄位名稱,以字串表示。

element

str1

str2

返回值

成功時返回 true,失敗時返回 false

參見

新增註釋

使用者貢獻的註釋 1 則註釋

0
ceo at l-i-e dot com
21 年前
關於如何動態填充列表框的良好範例,請參閱此網址

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