|
PHP5中文手册
fdf_get_attachment(PHP 4 >= 4.3.0, PHP 5) fdf_get_attachment — Extracts uploaded file embedded in the FDF 说明
array fdf_get_attachment
( resource $fdf_document
, string $fieldname
, string $savepath
)
Extracts a file uploaded by means of the "file selection" field fieldname and stores it under savepath . 参数
返回值The returned array contains the following fields:
范例
Example#1 Storing an uploaded file
<?php |