<?php
$src_mrc 
mrcread($filename);
mrcwrite($src_mrc'mymrc.mrc');
mrcdestroy($src_mrc);
?>