constant END_OF_FIELD in Bibliography Module 7
Same name and namespace in other branches
- 6.2 modules/marcParse/php-marc.php \END_OF_FIELD
- 6 marcParse/php-marc.php \END_OF_FIELD
- 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 modules/marcParse/ php-marc.php 
- Return Field in Raw MARC.
- File::decode in modules/marcParse/ php-marc.php 
- Decode a given raw MARC record.
- Record::raw in modules/marcParse/ php-marc.php 
- Return Raw.
File
- modules/marcParse/ php-marc.php, line 57 
- @package PHP-MARC
Code
define("END_OF_FIELD", "\36");