SolrQuery::setHighlightRequireFieldMatch

(PECL solr >= 0.9.2) Require field matching during highlighting public SolrQuery SolrQuery::setHighlightRequireFieldMatch ( bool $flag ) If TRUE, then a field will only be highlighted if the query matched in this particular field. This will only work if SolrQuery::setHighlightUsePhraseHighlighter() was set to TRUE Parameters: flag TRUE or FALSE Retu

SyncSemaphore::__construct

(PECL sync >= 1.0.0) Constructs a new SyncSemaphore object public SyncSemaphore::__construct ([ string $name [, integer $initialval [, bool $autounlock ]]] ) Constructs a named or unnamed semaphore. Parameters: name The name of the semaphore if this is a named semaphore object. Note: If the name already exists, it must be able to be opened by the current user that

RecursiveDirectoryIterator::key

(PHP 5, PHP 7) Return path and filename of current dir entry public string RecursiveDirectoryIterator::key ( void ) Returns: The path and filename of the current dir entry. This function is currently not documented; only its argument list is available.

getprotobyname

(PHP 4, PHP 5, PHP 7) Get protocol number associated with protocol name int getprotobyname ( string $name ) getprotobyname() returns the protocol number associated with the protocol name as per /etc/protocols. Parameters: name The protocol name. Returns: Returns the protocol number, or FALSE on failure.

array_replace

(PHP 5 >= 5.3.0, PHP 7) Replaces elements from passed arrays into the first array array array_replace ( array $array1, array $array2 [, array $... ] ) array_replace() replaces the values of array1 with values having the same keys in each of the following arrays. If a key from the first array exists in the second array, its value will be replaced by the value from the second array. If the key exists in the second array, an

IntlDateFormatter::getTimeZoneId

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get the timezone-id used for the IntlDateFormatter public string IntlDateFormatter::getTimeZoneId ( void ) Object oriented style Procedural style string datefmt_get_timezone_id ( IntlDateFormatter $fmt ) Get the timezone-id used for the IntlDateFormatter. Parameters: fmt The formatter resource. Ret

dbase_replace_record

(PHP 4, PHP 5, PHP 7) Replaces a record in a database bool dbase_replace_record ( int $dbase_identifier, array $record, int $record_number ) Replaces the given record in the database with the given data. Parameters: dbase_identifier The database link identifier, returned by dbase_open() or dbase_create(). record An indexed array of data

event_free

(PECL libevent >= 0.0.1) Free event resource void event_free ( resource $event ) Frees previously created event resource. Parameters: event Valid event resource.

Gmagick::getsamplingfactors

(PECL gmagick >= Unknown) Gets the horizontal and vertical sampling factor. public array Gmagick::getsamplingfactors ( void ) Gets the horizontal and vertical sampling factor. Returns: Returns an associative array with the horizontal and vertical sampling factors of the image. Exception: Throws an GmagickException on error.

ImagickPixelIterator::newPixelRegionIterator

(PECL imagick 2.0.0) Returns a new pixel iterator bool ImagickPixelIterator::newPixelRegionIterator ( Imagick $wand, int $x, int $y, int $columns, int $rows ) Returns a new pixel iterator. Parameters: wand Returns a new pixel iterator. x Returns a new pixel iterator. y Returns a new pixel iterator.