![]() |
PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
|
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) |
Generate a pretty (formated to be read) backtrace, skipping the first lines if asked
| $ignore | integer, number of frames to skip (optional, defaults to 0) |
| $backtrace | the backtrace (optional) |
| 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] |