yaz_ccl_parse

(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

yaz_ccl_conf

(PHP 4 >= 4.0.5, PECL yaz >= 0.9.0) Configure CCL parser void yaz_ccl_conf ( resource $id, array $config ) This function configures the CCL query parser for a server with definitions of access points (CCL qualifiers) and their mapping to RPN. To map a specific CCL query to RPN afterwards call the yaz_ccl_parse() function. Parameters: id The connection resource re

yaz_addinfo

(PHP 4 >= 4.0.1, PECL yaz >= 0.9.0) Returns additional error information string yaz_addinfo ( resource $id ) Returns additional error information for the last request on the server. With some servers, this function may return the same string as yaz_error(). Parameters: id The connection resource returned by yaz_connect(). Returns: A strin

VarnishLog::getTagName

(PECL varnish >= 0.6) Get the log tag string representation by its index public static string VarnishLog::getTagName ( int $index ) Parameters: index Log tag index. Returns: Returns the log tag name as string.

VarnishLog::getLine

(PECL varnish >= 0.6) Get next log line public array VarnishLog::getLine ( void ) Returns: Returns an array with the log line data.

VarnishLog::__construct

(PECL varnish >= 0.6) Varnishlog constructor public VarnishLog::__construct ([ array $args ] ) Parameters: args Configuration arguments. The possible keys are: VARNISH_CONFIG_IDENT - local varnish instance ident path Returns:

VarnishStat::getSnapshot

(PECL varnish >= 0.3) Get the current varnish instance statistics snapshot public array VarnishStat::getSnapshot ( void ) Returns: Array with the varnish statistic snapshot. The array keys are identical to that in the varnishstat tool.

VarnishStat::__construct

(PECL varnish >= 0.3) VarnishStat constructor public VarnishStat::__construct ([ array $args ] ) Parameters: args Configuration arguments. The possible keys are: VARNISH_CONFIG_IDENT - local varnish instance ident path Returns:

VarnishAdmin::stop

(PECL varnish >= 0.3) Stop varnish worker process public int VarnishAdmin::stop ( void ) Returns: Returns the varnish command status.

VarnishAdmin::start

(PECL varnish >= 0.3) Start varnish worker process public int VarnishAdmin::start ( void ) Returns: Returns the varnish command status.