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

SolrDisMaxQuery::setBigramPhraseFields

(No version information available, might only be in Git) Sets Bigram Phrase Fields and their boosts (and slops) using pf2 parameter public SolrDisMaxQuery SolrDisMaxQuery::setBigramPhraseFields ( string $fields ) Sets Bigram Phrase Fields (pf2) and their boosts (and slops) Parameters: fields Fields boosts (slops) Returns: SolrDisMaxQuery

Imagick::transposeImage

(PECL imagick 2.0.0) Creates a vertical mirror image bool Imagick::transposeImage ( void ) Creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them 90-degrees. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Returns: Returns TRUE on success. Examples:

RecursiveCallbackFilterIterator::hasChildren

(PHP 5 >= 5.4.0, PHP 7) Check whether the inner iterator's current element has children public bool RecursiveCallbackFilterIterator::hasChildren ( void ) Returns TRUE if the current element has children, FALSE otherwise. Returns: Returns TRUE if the current element has children, FALSE otherwise. Examples: RecursiveCallbackFilterIter