定制 jeantet/exotic_dumper 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

jeantet/exotic_dumper

最新稳定版本:1.0.7

Composer 安装命令:

composer require jeantet/exotic_dumper

包简介

A composer package to dump var in new ways.

README 文档

README

This package allow you to dump data in new ways. It's based on symfony serializer and dumper.

Functions

Currently there is only two functions One to display the dump in a small window on the page

pretty_dump

the parameters are :

  • array|object : data to print
  • bool : should hide by default the dump (display it in line on the bottom of the page)
  • string : name of the dump (it should display in the titlebar of the dump)
<?php
pretty_dump($data, true, 'name of dump');
?>

console_dump

the parameters are :

  • array|object : data to print
  • string : name the group log
  • string : type of log you wanna use see MDN doc for console
<?php
console_dump($var, 'log for item x', 'log');
?>

Demo

Animation

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-26

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固