fdf_add_template

(PHP 4, PHP 5 < 5.3.0, PECL fdf SVN)

fdf_add_templateテンプレートを FDF ドキュメントに追加する

説明

fdf_add_template(
    resource$fdf_document,
    int$newpage,
    string$filename,
    string$template,
    int$rename
): bool
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

To Top