• PHP Video Tutorials

PHP - FDF Set Value Module



The fdf_set_value() function can set the value of a field.

Syntax

bool fdf_set_value( resource $fdf_document , string $fieldname , mixed $value [, int $isName ] )

The fdf_set_value() function can return true on success, or false on failure.

php_function_reference.htm
Advertisements