PHP » GoLang |
login |
register |
about
|
yaz_ccl_parse(PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_ccl_parse — Invoke CCL Parser Description
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. Parameters
Return Values
Returns ExamplesExample #1 CCL Parsing We will try to search using CCL. In the example below, $ccl is a CCL query.
<?php |
more
Recently updated
more
Most requested
more
Last requests
|