예제 #1
0
파일: macports.php 프로젝트: zesk/zesk
 public function packages()
 {
     return arr::field($this->exec("port list installed"), 0);
 }