constant END_OF_RECORD in Bibliography Module 6
Same name and namespace in other branches
- 6.2 modules/marcParse/php-marc.php \END_OF_RECORD
- 7 modules/marcParse/php-marc.php \END_OF_RECORD
- 7.2 modules/marcParse/php-marc.php \END_OF_RECORD
Hexadecimal value for End of Record @global hex END_OF_RECORD
3 uses of END_OF_RECORD
- 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(). * *
- File::file in marcParse/
php-marc.php - * Read in MARC record file * * This function will read in MARC record files that either * contain a single MARC record, or numerous records. *
- Record::raw in marcParse/
php-marc.php - * Return Raw * * Return the Record in raw MARC format. *
File
- marcParse/
php-marc.php, line 60
Code
define("END_OF_RECORD", "\35");