Query: fdf_set_ap
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FDF_SET_AP(3) 1 FDF_SET_AP(3) fdf_set_ap - Set the appearance of a fieldSYNOPSISbool fdf_set_ap (resource $fdf_document, string $field_name, int $face, string $filename, int $page_number)DESCRIPTIONSets the appearance of a field (i.e. the value of the /AP key).PARAMETERSo $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 VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group FDF_SET_AP(3)