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)
Related Man Pages |
---|
msql_result(3) - php |
fdf_save_string(3) - php |
fdf_open(3) - php |
fbsql_result(3) - php |
pg_field_prtlen(3) - php |
Similar Topics in the Unix Linux Community |
---|
Parameter passing in a function |
need help with replacing a certain field... |
My attempt is FAR too slow |
Assigning Column Values to ARRAY in ksh |
awk - printing nth field based on parameter |