Download the PHP package inhere/simple-print-tool without Composer
On this page you can find all versions of the php package inhere/simple-print-tool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download inhere/simple-print-tool
More information about inhere/simple-print-tool
Files in inhere/simple-print-tool
Download inhere/simple-print-tool
More information about inhere/simple-print-tool
Files in inhere/simple-print-tool
Vendor inhere
Package simple-print-tool
Short Description a simple php code format print tool
License Apache-2.0
Homepage http://www.yzone.net
Package simple-print-tool
Short Description a simple php code format print tool
License Apache-2.0
Homepage http://www.yzone.net
Please rate this library. Is it a good library?
Informations about the package simple-print-tool
simple-print-tool
a simple php print tool, 简单的php数据打印工具
说明 : 是 √ 否 X
若使用了命名空间 类方法调用 需在最前加上'\'。 @example \Spt::d($arg1,$arg2,$arg3,...);
(方法)函数使用 | 是否可打印多个参数 | 打印时是否类型输出 | 打印后是否会退出程序 | 补充说明 |
---|---|---|---|---|
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
- use composer.json
stable
latest
run composer up
Manual Load - 手动加载
效果
All versions of simple-print-tool with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package inhere/simple-print-tool contains the following files
Loading the files please wait ....