php FDF_set_value函数-FDF 函数库


配置字段的值。
语法: boolean fdf_set_value(int handle, string fieldname, string value, int isName);
返回值: 布尔值
函数种类: 特殊文件格式

内容说明本函数配置 FDF 文件指定字段的值。参数 handle 为开文件的代号。参数 fieldname 为字段名称字符串。参数 value 为欲配置的字段值字符串。参数 isName 为 0 表示为 PDF 字符串,值 1 表示为 PDF 名称。

相关函数:FDF_get_value()

你可能感兴趣的:(PHP)