Download the PHP package unreal4u/debug-info without Composer
On this page you can find all versions of the php package unreal4u/debug-info. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unreal4u/debug-info
More information about unreal4u/debug-info
Files in unreal4u/debug-info
Download unreal4u/debug-info
More information about unreal4u/debug-info
Files in unreal4u/debug-info
Vendor unreal4u
Package debug-info
Short Description This class is a collection of functions that aids in debugging your application
License MIT
Package debug-info
Short Description This class is a collection of functions that aids in debugging your application
License MIT
Please rate this library. Is it a good library?
Informations about the package debug-info
debugInfo.class.php
Credits
This class is made by unreal4u (Camilo Sperberg). http://unreal4u.com/.
About this class
- When debugging, you need sometimes to check what's in a certain variable. This class does print that information
- It will have in special consideration the type of the variable you're printing: as such it will clearly indicate whether you're printing a boolean, empty string or even null
- Printing to screen is not practical? Print it to a file instead
- Tired of triggering errors? Convert them easily to exceptions with just one function call. From now on, every error will be converted to an exception instead
- Want to know how many time or memory a functionality in your script takes? Measure several of these benchmarks easily with this class!
- Format a unix timestamp? You can also do that easily with this class!
Basic usage
include('debugInfo.class.php');
debug($variable);
- Congratulations! You have just printed something to your screen!
- Please see documentation folder for more options and advanced usage
Version History
-
0.1 :
- Original class
- 0.2 :
- Many improvements, such as:
- General cleanup
- Code is now more consistent
- Extensively tested
- Many improvements, such as:
- 0.3 :
- Changed defaults to a much better representation
- More checks for debugFirePHP
- 1.0 :
- Integrated old class "benchmark" into this one
- Some minor bug fixes
- 2.0 :
- Compatible with composer
- Refined auto-format output
Contact the author
- Twitter: @unreal4u
- Website: http://unreal4u.com/
- Github: http://www.github.com/unreal4u
All versions of debug-info with dependencies
PHP Build Version
Package Version
The package unreal4u/debug-info contains the following files
Loading the files please wait ...