Download the PHP package bdk/backtrace without Composer
On this page you can find all versions of the php package bdk/backtrace. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bdk/backtrace
More information about bdk/backtrace
Files in bdk/backtrace
Download bdk/backtrace
More information about bdk/backtrace
Files in bdk/backtrace
Vendor bdk
Package backtrace
Short Description Backtrace utils
License MIT
Homepage http://github.com/bkdotcom/Backtrace
Package backtrace
Short Description Backtrace utils
License MIT
Homepage http://github.com/bkdotcom/Backtrace
Please rate this library. Is it a good library?
Informations about the package backtrace
Backtrace
PHP Backtrace utils
is this really necessary?
- There are two functions to get a backtrace in PHP.
debug_backtrace
andxdebug_get_function_stack
... To get the trace for a fatal error.xdebug_get_function_stack
must be used. This utility uses xdebug when necessary and normalizes the results. - Ability to define classes/namespaces to skip over... Useful for when your framework wants to display a trace to the user... without all the internals that got to the point of generating the trace
- Utility for getting the surrounding file lines for each frame.
getCallerInfo()
utility method to get the calling file/line/function
Tests / Quality
All versions of backtrace with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package bdk/backtrace contains the following files
Loading the files please wait ....