PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Asbjorn Grandt   PHP Hex Dump   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Initial release
Class: PHP Hex Dump
Output data from file in hexadecimal format
Author: By
Last change: Added dump of a string

* Added: DebugHelpers class with a str2resource function
* Changed: HexBlock now also takes a string as input.
Date: 8 years ago
Size: 550 bytes
 

Contents

Class file image Download
{ "name": "grandt/phpdebugtools", "type": "library", "description": "A few tools to help debug data.", "keywords": ["debug", "utilities"], "minimum-stability": "stable", "license": "LGPL-2.1", "version": "1.0.1", "authors": [ { "name": "A. Grandt", "email": "php@grandt.com", "homepage": "http://grandt.com", "role": "Developer" } ], "require": { "grandt/binstring": ">=1.0.0", "php": ">=5.3.0" }, "autoload": { "psr-4": { "grandt\\DebugTools\\": "src/DebugTools" } } }