You are here

constant END_OF_FIELD in Bibliography Module 6

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

Hexadecimal value for End of Field @global hex END_OF_FIELD

3 uses of END_OF_FIELD
Field::raw in marcParse/php-marc.php
* Return Field in Raw MARC * * Return the Field formatted in Raw MARC for saving into MARC files *
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::raw in marcParse/php-marc.php
* Return Raw * * Return the Record in raw MARC format. *

File

marcParse/php-marc.php, line 55

Code

define("END_OF_FIELD", "\36");