コード例 #1
0
ファイル: Stream.php プロジェクト: jgswift/qio
 /**
  * Open up directory stream
  * @return boolean
  */
 public function open()
 {
     $this->setPointer(opendir($this->directory->getPath()));
     return parent::open();
 }