import_bibs()

Function:
import_bibs ($start, $end)

Purpose:
import_bibs() takes a bib number range (from $start to $end) and harvests the bibliographic information for each record that exists within that range. This function is usually called by the child processes of harvest_bibs() in order to initially populate your external locum database. It does not coordinate with pcntl. In general, you would not call this function explicitly, though it can be.

Arguments:
$start : (string) required The patron's library card number.
$end : (string) required The patron's PIN number or password.

Returns:

Array of information about import run
(
    [skipped] => (int) # of items skipped in the sequence
    [imported] => (int) # of items imported in the sequence
)