array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.fdf-set-status.php', 1 => 'fdf_set_status', 2 => 'Set the value of the /STATUS key', ), 'up' => array ( 0 => 'ref.fdf.php', 1 => 'Функції FDF', ), 'prev' => array ( 0 => 'function.fdf-set-opt.php', 1 => 'fdf_set_opt', ), 'next' => array ( 0 => 'function.fdf-set-submit-form-action.php', 1 => 'fdf_set_submit_form_action', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fdf/functions/fdf-set-status.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fdf_set_status

(PHP 4, PHP 5 < 5.3.0, PECL fdf SVN)

fdf_set_statusSet the value of the /STATUS key

Опис

fdf_set_status(resource $fdf_document, string $status): bool

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.

Параметри

fdf_document

The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string().

status

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

Прогляньте також