FDF_GET_AP(3) 1 FDF_GET_AP(3)
fdf_get_ap - Get the appearance of a field
SYNOPSIS
bool fdf_get_ap (resource $fdf_document, string $field, int $face, string $filename)
DESCRIPTION
Gets the appearance of a $field (i.e. the value of the /AP key) and stores it in a file.
PARAMETERS
o $fdf_document
- The FDF document handle, returned by fdf_create(3), fdf_open(3) or fdf_open_string(3).
o $field
-
o $face
- The possible values are FDFNormalAP, FDFRolloverAP and FDFDownAP.
o $filename
- The appearance will be stored in this parameter.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
PHP Documentation Group FDF_GET_AP(3)