|
PHP5中文手册
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. 范例
Example#1 Detecting all fieldnames in a FDF
<?php |