FDF_SET_STATUS(3) 1 FDF_SET_STATUS(3)
fdf_set_status - Set the value of the /STATUS key
SYNOPSIS
bool fdf_set_status (resource $fdf_document, string $status)
DESCRIPTION
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
o $fdf_document
- The FDF document handle, returned by fdf_create(3), fdf_open(3) or fdf_open_string(3).
o $status
-
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
fdf_get_status(3).
PHP Documentation Group FDF_SET_STATUS(3)