yaz_ccl_conf()
yaz_ccl_conf - Configure CCL parser
Syntax
yaz_ccl_conf (
resource $id,
array $config)
Arguments
- id - The connection resource returned by yaz_connect().
- config - An array of configuration. Each key of the array is the name of a CCL field and the corresponding value holds a string that specifies a mapping to RPN. The mapping is a sequence of attribute-type, attribute-value pairs. Attribute-type and attribute-value is separated by an equal sign ( =). Each pair is separated by white space. Additional information can be found on the » CCLpage.
Description
This function configures the CCL query parser for a server with definitions of access points (CCL qualifiers) and their mapping to RPN.
Version
PHP 4.0.5, PECL yaz >= 0.9.0
Return value
No value is returned.