fdf_set_opt

(PHP 4 >= 4.0.2, PHP 5)

fdf_set_opt -- Sets an option of a field

Description

bool fdf_set_opt ( resource fdf_document, string fieldname, int element, string str1, string str2 )

The fdf_set_opt() sets options of the given field fieldname.

See also fdf_set_flags().


add a note add a note User Contributed Notes
ceo at l-i-e dot com
29-Jul-2003 08:01
For a nice example of how this works to populate a list box dynamically, see this URL:

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