PHP 8.5.0 Alpha 2 available for testing

fdf_add_template

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

fdf_add_templateAñade una plantilla en el documento FDF

Descripción

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

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top