You are here

constant LEADER_LEN in Bibliography Module 6

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

Length of the Leader @global integer LEADER_LEN

2 uses of LEADER_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 70

Code

define("LEADER_LEN", 24);