Skip to content

RecordSet::debugBacktrace

James Cobban edited this page Apr 17, 2022 · 3 revisions

$recordset->debugBacktrace($depth)

Up: class RecordSet

This protected method returns a string which reports on the sequence of function calls that led to the invocation of the current function. This supports one optional parameter:

parameter contains
depth the maximum depth of the call back trace. If omitted 5 call backs are analysed.

The return value is a string in which characters that have a special meaning to HTML or XML replaced so the value can be displayed to the user.

Next: $recordSet->push($index, $record)

Clone this wiki locally