You are here

public function PARSEENTRIES::closeBib in Bibliography Module 7

Same name and namespace in other branches
  1. 5 bibtexParse/PARSEENTRIES.php \PARSEENTRIES::closeBib()
  2. 6.2 modules/bibtexParse/PARSEENTRIES.php \PARSEENTRIES::closeBib()
  3. 6 bibtexParse/PARSEENTRIES.php \PARSEENTRIES::closeBib()
  4. 7.3 plugins/biblio_style/bibtex/PARSEENTRIES.php \PARSEENTRIES::closeBib()
  5. 7.2 modules/bibtexParse/PARSEENTRIES.php \PARSEENTRIES::closeBib()

Close bib file.

File

modules/bibtexParse/PARSEENTRIES.php, line 209

Class

PARSEENTRIES
// Parse a file $parse = NEW PARSEENTRIES(); $parse->expandMacro = TRUE; // $array = array("RMP" =>"Rev., Mod. Phys."); // $parse->loadStringMacro($array); // $parse->removeDelimit = FALSE; // …

Code

public function closeBib() {
  fclose($this->fid);
}