コード例 #1
0
ファイル: SplFileInfo.php プロジェクト: Grummfy/Central
 /**
  * Close the opened stream.
  *
  * @return  mixed
  */
 public function close()
 {
     if (null === $this->_stream) {
         return;
     }
     return $this->_stream->close();
 }