pear/system_command 问题修复 & 功能扩展

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

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

pear/system_command

最新稳定版本:v1.1.1

Composer 安装命令:

composer require pear/system_command

包简介

PHP commandline execution interface

README 文档

README

PHP commandline execution interface.

Running functions from the commandline can be risky if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly.

This class provides a formal interface to both, so that you can run a system command as comfortably as you would run a PHP function, with full PEAR error handling as results on failure. It is important to note that this class, unlike other implementations, distinguishes between output to stderr and output to stdout. It also reports the exit status of the command.

So in every sense of the word, it gives PHP shell capabilities.

Installation

$ composer require pear/system_command

Links

Homepage
http://pear.php.net/package/System_Command
Bug tracker
http://pear.php.net/bugs/search.php?cmd=display&package_name[]=System_Command
Packagist
https://packagist.org/packages/pear/system_command

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 11
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: PHP-3.0
  • 更新时间: 2017-08-25