You are here

constant DIRECTORY_ENTRY_LEN in Bibliography Module 6

Same name and namespace in other branches
  1. 6.2 modules/marcParse/php-marc.php \DIRECTORY_ENTRY_LEN
  2. 7 modules/marcParse/php-marc.php \DIRECTORY_ENTRY_LEN
  3. 7.2 modules/marcParse/php-marc.php \DIRECTORY_ENTRY_LEN

Length of the Directory @global integer DIRECTORY_ENTRY_LEN

2 uses of DIRECTORY_ENTRY_LEN
File::decode in marcParse/php-marc.php
* Decode a given raw MARC record * * "Port" of Andy Lesters MARC::File::USMARC->decode() function into PHP. Ideas and * "rules" have been used from USMARC::decode(). * *
Record::_build_dir in marcParse/php-marc.php
* Build Record Directory * * Generate the directory of the Record according to existing data. *

File

marcParse/php-marc.php, line 65

Code

define("DIRECTORY_ENTRY_LEN", 12);