SolrDisMaxQuery::setMinimumMatch

(No version information available, might only be in Git) Set Minimum "Should" Match (mm) public SolrDisMaxQuery SolrDisMaxQuery::setMinimumMatch ( string $value ) Set Minimum "Should" Match parameter (mm). If the default query operator is AND then mm=100%, if the default query operator (q.op) is OR, then mm=0%. Parameters: value Minimum match value/expression

SimpleXMLIterator::key

(PHP 5 >= 5.1.0, PHP 7) Return current key public mixed SimpleXMLIterator::key ( void ) This method gets the XML tag name of the current element. Returns: Returns the XML tag name of the element referenced by the current SimpleXMLIterator object or FALSE Examples: Get the current XML tag key <?php $xmlIterator = new

WeakMap::rewind

(PECL weakref >= 0.2.0) Rewinds the iterator to the beginning of the map public void WeakMap::rewind ( void ) Rewinds the iterator to the beginning of the map. Returns: No value is returned.

Gmagick::setsize

(PECL gmagick >= Unknown) Sets the size of the Gmagick object public Gmagick Gmagick::setsize ( int $columns, int $rows ) Sets the size of the Gmagick object. Set it before you read a raw image format such as RGB, GRAY, or CMYK. Parameters: columns The width in pixels. rows The height in pixels. Returns: The

AppendIterator::getArrayIterator

(PHP 5 >= 5.1.0, PHP 7) Gets the ArrayIterator public void AppendIterator::getArrayIterator ( void ) This method gets the ArrayIterator that is used to store the iterators added with AppendIterator::append(). Returns: Returns an ArrayIterator containing the appended iterators. See also: AppendIterator::getIn

hw_api::hwstat

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns statistics about Hyperwave server hw_api_object hw_api::hwstat ( array $parameter ) Returns statistics about Hyperwave server. Parameters: parameter Returns statistics about Hyperwave server. Returns: See also: h

trader_sarext

(PECL trader >= 0.2.0) Parabolic SAR - Extended array trader_sarext ( array $high, array $low [, float $startValue [, float $offsetOnReverse [, float $accelerationInitLong [, float $accelerationLong [, float $accelerationMaxLong [, float $accelerationInitShort [, float $accelerationShort [, float $accelerationMaxShort ]]]]]]]] ) Parameters: high High price, array of real

SolrDisMaxQuery::setBigramPhraseSlop

(No version information available, might only be in Git) Sets Bigram Phrase Slop (ps2 parameter) public SolrDisMaxQuery SolrDisMaxQuery::setBigramPhraseSlop ( string $slop ) Sets Bigram Phrase Slop (ps2 parameter). A default slop for Bigram phrase fields. Parameters: slop Sets Bigram Phrase Slop (ps2 parameter). A default slop for Bigram phrase fields.

Object Serialization

Examples: serialize() returns a string containing a byte-stream representation of any value that can be stored in PHP. unserialize() can use this string to recreate the original variable values. Using serialize to save an object will save all variables in an object. The methods in an object will not be saved, only the name of the class. In order to be able to unserialize() an object, the class of that object needs to be defined. That is, if you have an object of cla

imap_check

(PHP 4, PHP 5, PHP 7) Check current mailbox object imap_check ( resource $imap_stream ) Checks information about the current mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). Returns: Returns the information in an object with following properties: Date - current system time formatted according to » RFC2822 Driver - pro