fdf_next_field_name
(PHP 3>= 3.0.6, PHP 4 )
fdf_next_field_name -- 次のフィールド名を得る
説明
string
fdf_next_field_name ( int fdf_document [, string fieldname])
fdf_next_field_name() 関数は
fieldname のフィールドの後のフィールドの名
前を返します。二番目のフィールドに NULL を指定した場合、最初の
フィールドの名前を返します。
fdf_set_value(),
fdf_get_value() も参照下さい。