mPDF Manual – mPDF functions

DefHTMLFooterByName()

(mPDF ≥ 2.0)

DefHTMLFooterByName – Define an HTML page footer with a given name

Description

void DefHTMLFooterByName ( string $name [, string $html ])

Define an HTML page footer with a given name. Named footers can be referenced and set later in the document e.g. SetHTMLFooterByName()

Parameters

$name

User-defined name for the footer. If $name= '' (blank) the name _default is used.

$html

This parameter specifies the content of the page footer as a string of valid HTML code.

Default: BLANK

Changelog

Version Description
2.0 The function was added.

Examples

For examples and further information please see:

See Also

Fork me on GitHub