downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

fdf_set_status> <fdf_set_on_import_javascript
[edit] Last updated: Fri, 17 May 2013

view this page in

fdf_set_opt

(PHP 4 >= 4.0.2, PHP 5)

fdf_set_optModifie une option d'un champ

Description

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

Modifie une option d'un champ donné.

Liste de paramètres

fdf_document

Le gestionnaire de document FDF, retourné par la fonction fdf_create(), la fonction fdf_open() ou la fonction fdf_open_string().

fieldname

Nom du champ FDF, sous la forme d'une chaîne de caractères.

element

str1

str2

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Voir aussi



add a note add a note User Contributed Notes fdf_set_opt - [1 notes]
up
0
ceo at l-i-e dot com
9 years ago
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

 
show source | credits | sitemap | contact | advertising | mirror sites