replaceTable

replaceTable

PREMIUM TRIAL / ADVANCED

Bulk processing. Replaces a group of variables within a set of table rows.

Description
public replaceTable (array $variables, array $options)
Parameters

variables

This is an array that each position sets a DOCX document. In this array, another array set the new contents.

options

The possible keys and values of this array are:

Key Type Description
firstMatch boolean If the variable appears more than once within the Word document and firstMatch is set to true, phpdocx will only replace the first occurrence of the variable within the Word document.
target array Possible values are: document, header, footer (all as default).
Code samples

Example #1