curl_version

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Gets cURL version information array curl_version ([ int $age = CURLVERSION_NOW ] ) Returns information about the cURL version. Parameters: age Returns information about the cURL version. Returns: Returns an associative array with the following elements: Indice Value description version_number cURL 24 bit versio

Collator::sortWithSortKeys

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Sort array using specified collator and sort keys public bool Collator::sortWithSortKeys ( array &$arr ) Object oriented style Procedural style bool collator_sort_with_sort_keys ( Collator $coll , array &$arr ) Similar to collator_sort() but uses ICU sorting keys produced by ucol_getSortKey() to gain more speed on large arrays. Parameters:

IntlChar::charMirror

(PHP 7) Get the "mirror-image" character for a code point public static mixed IntlChar::charMirror ( mixed $codepoint ) Maps the specified character to a "mirror-image" character. For characters with the Bidi_Mirrored property, implementations sometimes need a "poor man's" mapping to another Unicode character (code point) such that the default glyph may serve as the mirror-image of the default glyph of the specified charac

QuickHashIntHash::update

(PECL quickhash >= Unknown) This method updates an entry in the hash with a new value public bool QuickHashIntHash::update ( int $key, int $value ) This method updates an entry with a new value, and returns whether the entry was update. If there are duplicate keys, only the first found element will get an updated value. Use QuickHashIntHash::CHECK_FOR_DUPES during hash creation to prevent duplicate keys from being part of

Yaf_Controller_Abstract::display

(Yaf >=1.0.0) The display purpose protected bool Yaf_Controller_Abstract::display ( string $tpl [, array $parameters ] ) Parameters: tpl parameters Returns:

maxdb_warning_count

(PECL maxdb >= 1.0) Returns the number of warnings from the last query for the given link int maxdb_warning_count ( resource $link ) Procedural style Object oriented style int $maxdb->warning_count; maxdb_warning_count() returns the number of warnings from the last query in the connection represented by the link parameter. Returns: Number of warnings or zero if there are no warnings.

SolrQuery::setHighlightMergeContiguous

(PECL solr >= 0.9.2) Whether or not to collapse contiguous fragments into a single fragment public SolrQuery SolrQuery::setHighlightMergeContiguous ( bool $flag [, string $field_override ] ) Whether or not to collapse contiguous fragments into a single fragment Parameters: value Whether or not to collapse contiguous fragments into a single fragment

EmptyIterator::key

(PHP 5 >= 5.1.0, PHP 7) The key() method public scalar EmptyIterator::key ( void ) This function must not be called. It throws an exception upon access. Returns: No value is returned. This function is currently not documented; only its argument list is available. Exception: Throws an Exception if called.

MongoGridFSCursor::current

(PECL mongo >=0.9.0) Returns the current file public MongoGridFSFile MongoGridFSCursor::current ( void ) Returns: The current file.

wincache_ucache_inc

(PECL wincache >= 1.1.0) Increments the value associated with the key mixed wincache_ucache_inc ( string $key [, int $inc_by = 1 [, bool &$success ]] ) Increments the value associated with the key by 1 or as specified by inc_by. Parameters: key The key that was used to store the variable in the cache. key is case sensitive. inc_by