fdf_next_field_name(PHP 4, PHP 5) fdf_next_field_name — Get the next field name Описание
   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. Список параметров
 
 Возвращаемые значенияReturns the field name as a string. Примеры
 Пример #1 Detecting all fieldnames in a FDF 
<?php | 
||