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 条注释

ceo at l-i-e dot com
21 年前
有关如何使用此功能动态填充列表框的示例,请参见以下 URL

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