subfission/doodad
最新稳定版本:v1.0.0
Composer 安装命令:
composer require subfission/doodad
包简介
Simple methods for common linux system calls
关键字:
README 文档
README
Doodad
Simple methods for common linux system calls
Installation
$ composer require "subfission/doodad" : "dev-master"
Usage
$doodad = new Subfission\Doodad();
$return_object = $doodad->ignoreErrors()->execute('ls');
print_r( $return_object->getOutput());
If you would like to view output as html ready content, use this to get a ready-for-web implementation.
echo $return_object->getOutputPretty($class_name)
Note this is not sanitized from XSRF attacks.
Other Options
getReturnVal()
getStatusCode()
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-24