FDF_SET_AP(3) 1 FDF_SET_AP(3)
fdf_set_ap - Set the appearance of a field
SYNOPSIS
bool fdf_set_ap (resource $fdf_document, string $field_name, int $face, string $filename, int $page_number)
DESCRIPTION
Sets the appearance of a field (i.e. the value of the /AP key).
PARAMETERS
o $fdf_document
- The FDF document handle, returned by fdf_create(3), fdf_open(3) or fdf_open_string(3).
o $field_name
-
o $face
- The possible values FDFNormalAP, FDFRolloverAP and FDFDownAP.
o $filename
-
o $page_number
-
RETURN VALUES
Returns TRUE on success or FALSE on failure.
PHP Documentation Group FDF_SET_AP(3)