| 
        
            yaz_ccl_parseInvoke 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 |