(PHP 4, PHP 5 < 5.3.0, PECL fdf SVN)
fdf_set_value — Set the value of a field
$fdf_document
,
$fieldname
,
$value
,
$isName
= ?
Sets the
value
for the guiven field.
fdf_document
fieldname
value
isName
Note : In older versionens of the FDF toolquit last parameter determined if the field value was to be converted to a PDF Name (= 1) or set to a PDF String (= 0). The value is no longuer used in the current toolquit versionen 5.0. For compatibility reasons it is still supported as an optional parameter, but ignored internally.