You are here

constant SUBFIELD_INDICATOR in Bibliography Module 6

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

Hexadecimal value for Subfield indicator @global hex SUBFIELD_INDICATOR

2 uses of SUBFIELD_INDICATOR
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(). * *

File

marcParse/php-marc.php, line 50

Code

define("SUBFIELD_INDICATOR", "\37");