update : 2015.11.03
php.shukuma.com검색:
|
yaz_ccl_parse(PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) 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. 인수
반환값
성공 시 예제Example #1 CCL Parsing We will try to search using CCL. In the example below, $ccl is a CCL query.
<?php |