|
PHP5中文手册
yaz_ccl_parse(PHP 4 >= 4.0.5, PECL yaz:0.9-1.0.9) yaz_ccl_parse — Invoke CCL Parser 说明
bool yaz_ccl_parse
( resource $id
, string $query
, array &$result
)
This function invokes a CCL parser. It converts a given CCL FIND query to an RPN query which may be passed to the yaz_search() function to perform a search. To define a set of valid CCL fields call yaz_ccl_conf() prior to this function. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例Example#1 CCL Parsing We will try to search using CCL. In the example below, $ccl is a CCL query.
<?php |