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
)- Printer-friendly version
- Login or register to post comments



4 weeks 1 day ago
4 weeks 3 days ago
4 weeks 3 days ago
4 weeks 4 days ago
6 weeks 20 hours ago
7 weeks 4 days ago
19 weeks 4 days ago
1 year 29 weeks ago
1 year 31 weeks ago
1 year 37 weeks ago