php man page for fdf_get_value

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 field

SYNOPSIS
mixed fdf_get_value (resource $fdf_document, string $fieldname, [int $which = -1])
DESCRIPTION
Gets the value for the requested field.
PARAMETERS
o $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 VALUES
Returns the field value.
CHANGELOG
+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 4.3.0 | | | | | | | Support for arrays and the $which parameter were | | | added. | | | | +--------+---------------------------------------------------+
SEE ALSO
fdf_set_value(3). PHP Documentation Group FDF_GET_VALUE(3)
Related Man Pages
msql_result(3) - php
fdf_open(3) - php
fbsql_result(3) - php
fdf_get_value(3) - php
pg_field_name(3) - php
Similar Topics in the Unix Linux Community
Help me to resolve uncertian behaviour of a sort command
hw to insert array values sequentially in a file
My attempt is FAR too slow
awk - printing nth field based on parameter
Perl script to verify that a value is present in an array (list)