SolrCollapseFunction::setField

(PECL solr >= 2.2.0) Sets the field to collapse on public SolrCollapseFunction SolrCollapseFunction::setField ( string $field ) The field name to collapse on. In order to collapse a result. The field type must be a single valued String, Int or Float. Parameters: field The field name to collapse on. In order to collapse a result. The field type must be a single valued S

ReflectionExtension::__clone

(PHP 5, PHP 7) Clones final private void ReflectionExtension::__clone ( void ) The clone method prevents an object from being cloned. Reflection objects cannot be cloned. Returns: No value is returned, if called a fatal error will occur. See also: ReflectionExtension::__construct() -

TokyoTyrantTable::putKeep

(PECL tokyo_tyrant >= 0.1.0) Put a new record public void TokyoTyrantTable::putKeep ( string $key, array $columns ) Puts a new record into the database. If the key already exists this method throws an exception indicating that the records exists. Parameters: key The primary key of the row or NULL columns Array of the row contents

pg_copy_to

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Copy a table to an array array pg_copy_to ( resource $connection, string $table_name [, string $delimiter [, string $null_as ]] ) pg_copy_to() copies a table to an array. It issues COPY TO SQL command internally to retrieve records. Parameters: connection PostgreSQL database connection resource. table_name

Gmagick::newimage

(PECL gmagick >= Unknown) Creates a new image public void Gmagick::newimage ( int $width, int $height, string $background [, string $format ] ) Creates a new image with the specified background color Parameters: width Width of the new image height Height of the new image background The background

dngettext

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Plural version of dgettext string dngettext ( string $domain, string $msgid1, string $msgid2, int $n ) The dngettext() function allows you to override the current domain for a single plural message lookup. Parameters: domain The domain msgid1 The domain msgid2 The dom

trader_macdext

(PECL trader >= 0.2.0) MACD with controllable MA type array trader_macdext ( array $real [, integer $fastPeriod [, integer $fastMAType [, integer $slowPeriod [, integer $slowMAType [, integer $signalPeriod [, integer $signalMAType ]]]]]] ) Parameters: real Array of real values. fastPeriod Number of period for the fast MA. Valid range f

Normalizer::normalize

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Normalizes the input provided and returns the normalized string public static string Normalizer::normalize ( string $input [, int $form = Normalizer::FORM_C ] ) Object oriented style Procedural style string normalizer_normalize ( string $input [, int $form = Normalizer::FORM_C ] ) Normalizes the input provided and returns the normalized string Parameters:

GmagickDraw::arc

(PECL gmagick >= Unknown) Draws an arc public GmagickDraw GmagickDraw::arc ( float $sx, float $sy, float $ex, float $ey, float $sd, float $ed ) Draws an arc falling within a specified bounding rectangle on the image. Parameters: sx starting x ordinate of bounding rectangle sy starting y ordinate of bounding rectangle

db2_commit

(PECL ibm_db2 >= 1.0.0) Commits a transaction bool db2_commit ( resource $connection ) Commits an in-progress transaction on the specified connection resource and begins a new transaction. PHP applications normally default to AUTOCOMMIT mode, so db2_commit() is not necessary unless AUTOCOMMIT has been turned off for the connection resource. Parameters: connection A v