fdf_get_value
(PHP 3 >= 3.0.6, PHP 4, PHP 5)
fdf_get_value -- フィールドの値を得る
説明
mixed
fdf_get_value ( resource fdf_document, string fieldname [, int which] )
指定したフィールドの値を取得します。
パラメータ
fdf_document
fdf_create()、
fdf_open() あるいは fdf_open_string()
が返す FDF ドキュメントハンドル。
fieldname
FDF フィールドの名前を表す文字列。
which
このオプションパラメータを渡すことで、配列フィールドの
要素が取得可能です。番号はゼロから始まります。配列以外のフィールドでは、
このオプションは無視されます。
[an error occurred while processing this directive]