PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
PHPDS_backtrace Class Reference

Public Member Functions

 asArray ($ignore=0, $backtrace=null)
 asHTML ($ignore=0, $backtrace=null)

Static Public Member Functions

static lastLine ($backtrace=null)
static asText ($ignore=0, $backtrace=null)
static fetchCodeFragment ($filepath, $lineno)
static highlightString ($string, $lineno=null)

Detailed Description

Generate a pretty (formated to be read) backtrace, skipping the first lines if asked

Parameters:
$ignoreinteger, number of frames to skip (optional, defaults to 0)
$backtracethe backtrace (optional)
Returns:
string

Member Function Documentation

asArray ( ignore = 0,
backtrace = null 
)
asHTML ( ignore = 0,
backtrace = null 
)
static asText ( ignore = 0,
backtrace = null 
) [static]
static fetchCodeFragment ( filepath,
lineno 
) [static]
static highlightString ( string,
lineno = null 
) [static]
static lastLine ( backtrace = null) [static]

The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Enumerations