File_MARC pear.php.net Parse, modify, and create MARC records The 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 Scott dbs dbs@php.net yes 2018-09-27 1.3.0 1.3.0 stable stable GNU Lesser General Public License 1.3.0 * Support reading MARC-in-JSON serializations * Fix positions using MARC_List's appendNode method (thanks Waldemar Bartikowski!) 5.5 1.4.0 Validate_ISPN pear.php.net