示例#1
0
文件: macports.php 项目: zesk/zesk
 public function packages()
 {
     return arr::field($this->exec("port list installed"), 0);
 }