GetDocInsertCount Syntax GetDocInsertCount(); Description Returns the number of inserts for the current document. The function can be used at the following post-processing scripting levels: Before and after document, process and page. Returns num A number specifying the number of inserts Example $inserts = GetDocInsertCount(); Result: $inserts = 3
GetDocInsertCount();
$inserts = GetDocInsertCount();
$inserts = 3