jbzoo/jbdump
最新稳定版本:1.5.6
Composer 安装命令:
composer require jbzoo/jbdump
包简介
Script for debug and dump PHP variables and other stuff. This tool is a nice replacement for print_r() and var_dump() functions.
关键字:
README 文档
README
Script for dumping PHP vars and other debugging. To put it simply, this tool is a perfectly replacement for print_r() and var_dump().
Output example
Install
Just include class.jbdump.php
You can see examples init:
php.ini .htaccess include
php.ini for windows
auto_prepend_file = Z:\home\adm\jbdump\class.jbdump.php
php.ini for unix-like
auto_prepend_file = /var/www/jdump/data/public_html/class.jbdump.php
.htaccess
php_value auto_prepend_file C:\OpenServer\domains\jbdump\class.jbdump.php
include
include './jbdump/class.jbdump.php';
Using
jbdump($myVar);
Live demo
Composer
composer require "jbzoo/jbdump:1.x-dev"
统计信息
- 总下载量: 1.12M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-18