Recommend this page to a friend! |
Classes of Asbjorn Grandt | PHP Hex Dump | README.md | Download |
|
DownloadDebugToolsThis package aims to provide some nice debug tools. Well, just one tool for now. IntroductionFor now, only the HexBlock is added. What it does is provide an easy way to dump binary data directly from a currently open file stream. Example output of a gif file, where the file pointer is on position 3, the method have been told to dump the following 68 bytes. Note that the file pointer will be reset to its initial position after the dump, essentially leaving the handle unaffected.
UsageCall
$encodeHtml merely ensures that any html entities are encoded as such, but doesn't add any line break tags. The function also accepts a string as an argument (from 1.0.1), and will dump that string from the first byte.
To assist in debugging, having a test string behave as a file handle can be useful. str2resource was added in DebugTools 1.0.1.
WarningParsing -1 as the ImportAdd this requirement to your
ComposerIf you already have Composer installed, skip this part. Packagist, the main composer repository has a neat and very short guide. Or you can look at the guide at the Composer site. The easiest for first time users, is to have the composer installed in the same directory as your composer.json file, though there are better options. Run this from the command line:
This will check your PHP installation, and download the Once composer is installed you can create the
Followed by telling Composer to install the dependencies.
this will download and place all dependencies defined in your Finally, you include the
Example
|