SolrCollapseFunction::getNullPolicy

(PECL solr >= 2.2.0) Returns null policy public string SolrCollapseFunction::getNullPolicy ( void ) Returns null policy used or null Returns: See also: SolrCollapseFunction::setNullPolicy() -

array_search

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Searches the array for a given value and returns the corresponding key if successful mixed array_search ( mixed $needle, array $haystack [, bool $strict = false ] ) Searches haystack for needle. Parameters: needle The searched value. Note: If needle is a string, the comparison is done in a case-sensitive manner.

SwishResult::getMetaList

(PECL swish >= 0.1.0) Get a list of meta entries array SwishResult::getMetaList ( void ) Returns: Returns the same array as swish::getmetalist(), but uses the index file from the result handle. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This functi

cubrid_get

(PECL CUBRID >= 8.3.0) Get a column using OID mixed cubrid_get ( resource $conn_identifier, string $oid [, mixed $attr ] ) The cubrid_get() function is used to get the attribute of the instance of the given oid. You can get single attribute by using string data type for the attr argument, or many attributes by using array data type for the attr argument. Parameters: conn_identifier

ImagickDraw::getFontSize

(PECL imagick 2.0.0) Returns the font pointsize float ImagickDraw::getFontSize ( void ) Returns the font pointsize used when annotating with text. Returns: Returns the font size associated with the current ImagickDraw object. This function is currently not documented; only its argument list is available.

mssql_rows_affected

(PHP 4 >= 4.0.4, PHP 5, PECL odbtp >= 1.1.1) Returns the number of records affected by the query int mssql_rows_affected ( resource $link_identifier ) Returns the number of records affected by the last write query. Parameters: link_identifier A MS SQL link identifier, returned by mssql_connect() or mssql_pconnect(). Returns: Returns the num

Imagick::distortImage

(PECL imagick 2.0.1) Distorts an image using various distortion methods bool Imagick::distortImage ( int $method, array $arguments, bool $bestfit ) Distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usually of the same size as the source image, unless 'bestfit' is set to TRUE. If 'bestfit' is enabled, and distortion allows it, the destination image is

ReflectionFunctionAbstract::__clone

(PHP 5, PHP 7) Clones function final private void ReflectionFunctionAbstract::__clone ( void ) Clones a function. Returns: This function is currently not documented; only its argument list is available. See also: Object cloning -

QuickHashIntHash::getSize

(PECL quickhash >= Unknown) Returns the number of elements in the hash public int QuickHashIntHash::getSize ( void ) Returns the number of elements in the hash. Parameters: key The key of the entry to add. Returns: The number of elements in the hash. Examples: QuickHashIntHash::get

trader_cdlhighwave

(PECL trader >= 0.2.0) High-Wave Candle array trader_cdlhighwave ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing p