bool fdf_set_value ( resource fdf_document, string fieldname, mixed value [, int isName] )
The fdf_set_value() function sets the
value for a field named fieldname.
The value will be stored as a string unless it is an array.
In this case all array elements will be stored as a value array.
Note:
In older versions of the fdf toolkit last parameter determined if the field value
was to be converted to a PDF Name (isName = 1)
or set to a PDF String (isName = 0). The value is no
longer used in the current toolkit version 5.0. For compatibility reasons it is
still supported as an optional parameter beginning with PHP 4.3, but ignored internally.
fdf set value php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php fdf set value syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.