yaz_ccl_conf(PHP 4 >= 4.0.5, PECL yaz:0.9-1.0.9) yaz_ccl_conf — Configure CCL parser Описание
void yaz_ccl_conf
( resource $id
, array $config
)
This function configures the CCL query parser for a server with definitions of access points (CCL qualifiers) and their mapping to RPN. To map a specific CCL query to RPN afterwards call the yaz_ccl_parse() function. Список параметров
Возвращаемые значенияЭта функция не возвращает значения после выполнения. ПримерыIn the example below, the CCL parser is configured to support three CCL fields: ti, au and isbn. Each field is mapped to their BIB-1 equivalent. It is assumed that variable $id is the connection ID. Пример #1 CCL configuration
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |