SolrQuery::setExpandQuery

(PECL solr >= 2.2.0) Sets the expand.q parameter public SolrQuery SolrQuery::setExpandQuery ( string $q ) Sets the expand.q parameter. Overrides the main q parameter, determines which documents to include in the main group. Parameters: q Sets the expand.q parameter. Overrides the main q parameter, determines which documents to include in the main group.

XMLWriter::writeRaw

(PHP 5 >= 5.2.0, PHP 7, PECL xmlwriter >= 2.0.4) Write a raw XML text bool XMLWriter::writeRaw ( string $content ) Object oriented style Procedural style bool xmlwriter_write_raw ( resource $xmlwriter , string $content ) Writes a raw xml text. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a c

SolrQuery::getFacetOffset

(PECL solr >= 0.9.2) Returns an offset into the list of constraints to be used for pagination public int SolrQuery::getFacetOffset ([ string $field_override ] ) Returns an offset into the list of constraints to be used for pagination. Accepts an optional field override Parameters: field_override The name of the field to override for. Returns:

openal_source_destroy

(PECL openal >= 0.1.0) Destroy a source resource bool openal_source_destroy ( resource $source ) Parameters: source An Open AL(Source) resource (previously created by openal_source_create()). Returns: Returns TRUE on success or FALSE on failure. See also: op

SolrClient::setResponseWriter

(PECL solr >= 0.9.11) Sets the response writer used to prepare the response from Solr public void SolrClient::setResponseWriter ( string $responseWriter ) Sets the response writer used to prepare the response from Solr Parameters: responseWriter One of the following: json phps xml Returns: No value is returned.

PDF_arcn

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Draw a clockwise circular arc segment bool PDF_arcn ( resource $p, float $x, float $y, float $r, float $alpha, float $beta ) Except for the drawing direction, this function behaves exactly like PDF_arc().

newt_form_get_current

(PECL newt >= 0.1) resource newt_form_get_current ( resource $form ) Parameters: form Returns: This function is currently not documented; only its argument list is available.

Imagick::getImageChannelMean

(PECL imagick 2.0.0) Gets the mean and standard deviation array Imagick::getImageChannelMean ( int $channel ) Gets the mean and standard deviation of one or more image channels. Return value is an associative array with the keys "mean" and "standardDeviation". Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one c

Gmagick::setimagedispose

(PECL gmagick >= Unknown) Sets the image disposal method public Gmagick Gmagick::setimagedispose ( int $disposeType ) Sets the image disposal method. Parameters: disposeType The image disposal type. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Event::delSignal

(PECL event >= 1.2.6-beta) Makes signal event non-pending public bool Event::delSignal ( void ) Event::delSignal() is an alias of Event::del() See also: Event::del() -