Query: fdf_get_value
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FDF_GET_VALUE(3) 1 FDF_GET_VALUE(3) fdf_get_value - Get the value of a fieldSYNOPSISmixed fdf_get_value (resource $fdf_document, string $fieldname, [int $which = -1])DESCRIPTIONGets the value for the requested field.PARAMETERSo $fdf_document - The FDF document handle, returned by fdf_create(3), fdf_open(3) or fdf_open_string(3). o $fieldname - Name of the FDF field, as a string. o $which - Elements of an array field can be retrieved by passing this optional parameter, starting at zero. For non-array fields, this parameter will be ignored.RETURN VALUESReturns the field value.CHANGELOG+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 4.3.0 | | | | | | | Support for arrays and the $which parameter were | | | added. | | | | +--------+---------------------------------------------------+SEE ALSOfdf_set_value(3). PHP Documentation Group FDF_GET_VALUE(3)