(PHP 4 >= 4.0.5, PECL yaz >= 0.9.0)
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.
Parameters:
id