tomasfejfar/enhanced-dump 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tomasfejfar/enhanced-dump

最新稳定版本:2.1.0

Composer 安装命令:

composer require tomasfejfar/enhanced-dump

包简介

README 文档

README

Build Status

o----php in index.php line 3----o
array(2) {
  [0]=>
  string(5) "Lorem"
  ["x"]=>
  string(9) "Not ipsum"
}
o-------------------------------o

Installation

Using as auto-prepend file

Add this file to your php.ini as auto prepend file:

auto_prepend_file = /some/path/fnc.php

then restart your apache/php.

Using composer

composer require tomasfejfar/enhanced-dump --dev

Usage:

d() - vardumps with location

dd() - vardumps with location and die

ds() - vardumps as string with location

dsd() - vardumps as string with location and die

dsql($toString) - vardumps as string into textarea with autoselect (useful for copying generated sql)

dmem() - dumps memory info

dtable() - dumps tabular data

dxml() - pretty prints any XML

统计信息

  • 总下载量: 108
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 18
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 18
  • Watchers: 3
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-11-04