コード例 #1
0
ファイル: data_file.php プロジェクト: MediaWiki-stable/1.26.1
 /**
  * Closes this writer (and its AvroIO object.)
  * @uses AvroIO::close()
  */
 public function close()
 {
     return $this->io->close();
 }