openlss/func-proc
Composer 安装命令:
composer require openlss/func-proc
包简介
Process helper functions
README 文档
README
Process handling functions for executing commands with BASH
Usage
$out = run('whoami'); //returns root
Reference
run($cmd,&$return=null)
- $cmd The command to be ran: slashes are automatically escaped
- $return Passed as a reference to store the commands exit code Returns the full output of the command as a string
统计信息
- 总下载量: 88
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2013-03-23