2017 © Pedro Peláez
 

library simple-print-tool

a simple php code format print tool

image

inhere/simple-print-tool

a simple php code format print tool

  • Thursday, June 7, 2018
  • by inhere
  • Repository
  • 1 Watchers
  • 1 Stars
  • 65 Installations
  • PHP
  • 2 Dependents
  • 27 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

simple-print-tool

a simple php print tool, 简单的php数据打印工具, (*1)

说明 : 是 √ 否 X

若使用了命名空间 类方法调用 需在最前加上'\'。 @example \Spt::d($arg1,$arg2,$arg3,...);, (*2)

(方法)函数使用 是否可打印多个参数 打印时是否类型输出 打印后是否会退出程序 补充说明
d() / Spt::d() X --
de() / Spt::de() --
p() / Spt::p() X X --
pe() / Spt::pe() X --
pr() / Spt::pr() X X pr()等同于print_r(), 但可以传入多个参数
vd() / Spt::vd() X vd()等同于var_dump()

Composer

  • command

composer required inhere/simple-print-tool, (*3)

  • use composer.json

stable, (*4)

    "require-dev": {
        "inhere/simple-print-tool": "~1.0"
    }

latest, (*5)

    "require-dev": {
        "inhere/simple-print-tool": "dev-master"
    }

run composer up, (*6)

Manual Load - 手动加载

// 加载functions.php 既可以函数方式调用也可以 类方法调用
// 如:  d()  de()  p()  pe()  Spt::d() Spt::de() Spt::p() Spt::pe() ....
include './../functions.php';

//也可只加载 Po.php 这时候仅可以用 类方法调用 如: Spt::d() Spt::de() Spt::p() Spt::pe() ...
include './../Po.php';

// simplePrinter.php 则更简单,仅这一个文件,只提供 pr() vd() 两种打印方法。不可与functions.php 同时加载!
include_once './../simplePrinter.php';

效果

example, (*7)

The Versions

07/06 2018

dev-master

9999999-dev http://www.yzone.net

a simple php code format print tool

  Sources   Download

Apache-2.0 Apache License 2.0

The Requires

  • php >=5.6

 

format print tool

07/06 2018

v1.0.3

1.0.3.0 http://www.yzone.net

a simple php code format print tool

  Sources   Download

Apache-2.0

The Requires

  • php >=5.6

 

format print tool

27/01 2017

v1.0.2

1.0.2.0 http://www.yzone.net

a simple php code format print tool

  Sources   Download

Apache License 2.0

format print tool

01/11 2016

v1.0.1

1.0.1.0 http://www.yzone.net

a simple php code format print tool

  Sources   Download

Apache License 2.0

format print tool

26/07 2016

v1.0.0

1.0.0.0 http://www.yzone.net

a simple php code format print tool

  Sources   Download

Apache License 2.0

format print tool