|
fdf_next_field_nameGet the next field name Description
string fdf_next_field_name
( resource
$fdf_document
[, string $fieldname
] )Gets the name of the field after the given field. This name can be used with several functions. Parameters
Return ValuesReturns the field name as a string. Examples
Example #1 Detecting all fieldnames in a FDF
<?php See Also
|