update : 2015.11.03
php.shukuma.com검색:
|
fdf_next_field_name(PHP 4, PHP 5, PHP 7) 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 |