hakre/print_r-converter
Composer 安装命令:
composer require hakre/print_r-converter
包简介
The Print_r Converter - a PHP tool that is able to convert `print_r()`-output into PHP code.
README 文档
README
The Print_r Converter - a PHP tool that is able to convert print_r()-output into PHP code.
It has grown out of Stackoverflow where users were pasting array data from print_r() in their questions.
Getting Started
Clone the project and start serving from the public directory:
composer create-project hakre/print_r-converter
php -S localhost:8106 -t print_r-converter/public
Then open Print_r Converter in your browser:
http://localhost:8106/
Trivia
- Webarto did kindly host it publicly in the past.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 26
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2021-07-23
