File_MARCpear.php.netParse, modify, and create MARC recordsThe standard for machine-readable cataloging (MARC) records is documented at http://loc.gov/marc/. This package enables you to read existing MARC records from a file, string, or (using the YAZ extension), from a Z39.50 source. You can also use this package to create new MARC records.
This package is based on the PHP MARC package, originally called "php-marc", that is part of the Emilda Project (http://www.emilda.org). Christoffer Landtman generously agreed to make the "php-marc" code available under the GNU LGPL so it could be used as the basis of this PEAR package.Dan Scottdbsdbs@php.netyes2010-08-050.5.20.5.0betabetaGNU Lesser General Public License
0.5.2-beta
* Enable File_MARC_Record to be invoked with a null constructor again, useful for building MARC records from scratch
* Add a test to check that the null constructor works to avoid future regressions
5.11.4.0Structures_LinkedListpear.php.net