gnupg_addsignkey

(PECL gnupg >= 0.5) Add a key for signing bool gnupg_addsignkey ( resource $identifier, string $fingerprint [, string $passphrase ] ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. fingerprint The fingerprint key. passphrase The pass phrase. Returns

gnupg_addencryptkey

(PECL gnupg >= 0.5) Add a key for encryption bool gnupg_addencryptkey ( resource $identifier, string $fingerprint ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. fingerprint The fingerprint key. Returns: Returns TRUE on success or FALSE on failure.

gnupg_adddecryptkey

(PECL gnupg >= 0.5) Add a key for decryption bool gnupg_adddecryptkey ( resource $identifier, string $fingerprint, string $passphrase ) Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. fingerprint The fingerprint key. passphrase The pass phrase. Retur

fdf_set_version

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Sets version number for a FDF file bool fdf_set_version ( resource $fdf_document, string $version ) Sets the FDF version for the given document. Some features supported by this extension are only available in newer FDF versions. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string().

fdf_set_value

(PHP 4, PHP 5, PHP 7) Set the value of a field bool fdf_set_value ( resource $fdf_document, string $fieldname, mixed $value [, int $isName ] ) Sets the value for the given field. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fieldname Name of the FDF field, as a string.

fdf_set_target_frame

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Set target frame for form display bool fdf_set_target_frame ( resource $fdf_document, string $frame_name ) Sets the target frame to display a result PDF defined with fdf_save_file() in. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). frame_name

fdf_set_submit_form_action

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Sets a submit form action of a field bool fdf_set_submit_form_action ( resource $fdf_document, string $fieldname, int $trigger, string $script, int $flags ) Sets a submit form action for the given field. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fiel

fdf_set_status

(PHP 4, PHP 5, PHP 7) Set the value of the /STATUS key bool fdf_set_status ( resource $fdf_document, string $status ) Sets the value of the /STATUS key. When a client receives a FDF with a status set it will present the value in an alert box. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string().

fdf_set_opt

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Sets an option of a field bool fdf_set_opt ( resource $fdf_document, string $fieldname, int $element, string $str1, string $str2 ) Sets options of the given field. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fieldname Name of the FDF field

fdf_set_on_import_javascript

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Adds javascript code to be executed when Acrobat opens the FDF bool fdf_set_on_import_javascript ( resource $fdf_document, string $script, bool $before_data_import ) This function is currently not documented; only its argument list is available. See also: