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:

sqlsrv_num_rows

(No version information available, might only be in Git) Retrieves the number of rows in a result set mixed sqlsrv_num_rows ( resource $stmt ) Retrieves the number of rows in a result set. This function requires that the statment resource be created with a static or keyset cursor. For more information, see sqlsrv_query(), sqlsrv_prepare(), or » Specifying a Cursor Type and Selecting Rows in the Microsoft SQLSRV documentation

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

ps_clip

(PECL ps >= 1.1.0) Clips drawing to current path bool ps_clip ( resource $psdoc ) Takes the current path and uses it to define the border of a clipping area. Everything drawn outside of that area will not be visible. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on success or FALSE

Gmagick::write

(PECL gmagick >= Unknown) Writes an image to the specified filename public void Gmagick::write ( string $filename ) Writes an image to the specified filename. If the filename parameter is NULL, the image is written to the filename set by Gmagick::ReadImage() or Gmagick::SetImageFilename(). Parameters: filename The image filename. Returns: The

ifx_free_result

(PHP 4, PHP <=5.2.0) Releases resources for the query bool ifx_free_result ( resource $result_id ) Releases resources for the query associated with result_id. Parameters: result_id result_id is a valid resultid returned by ifx_query() or ifx_prepare() (select type queries only!). Returns: Returns TRUE on success or FALSE on failure.

trader_rocr

(PECL trader >= 0.2.0) Rate of change ratio: (price/prevPrice) array trader_rocr ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

dbplus_unselect

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Remove a constraint from relation int dbplus_unselect ( resource $relation ) Calling dbplus_unselect() will remove a constraint previously set by dbplus_find() on relation. Parameters: relation A relation opened by dbplus_open(). Returns:

ibase_query

(PHP 5, PHP 7) Execute a query on an InterBase database resource ibase_query ([ resource $link_identifier ], string $query [, int $bind_args ] ) Performs a query on an InterBase database. Parameters: link_identifier An InterBase link identifier. If omitted, the last opened link is assumed. query An InterBase query.