odbc_field_precision

(PHP 4, PHP 5, PHP 7) Alias of odbc_field_len() This function is an alias of: odbc_field_len(). See also: odbc_field_scale() -

Generator::rewind

(PHP 5 >= 5.5.0, PHP 7) Rewind the iterator public void Generator::rewind ( void ) If iteration has already begun, this will throw an exception. Returns: No value is returned.

NULL

Examples: There is only one value of type null, and that is the case-insensitive constant NULL. <?php $var = NULL;        ?>

SplQueue::setIteratorMode

(PHP 5 >= 5.3.0, PHP 7) Sets the mode of iteration void SplQueue::setIteratorMode ( int $mode ) Parameters: mode There is only one iteration parameter you can modify. The behavior of the iterator (either one or the other): SplDoublyLinkedList::IT_MODE_DELETE (Elements are deleted by the iterator) SplDoublyLinkedList::IT_MODE_KEEP (Elements are traversed by the iterato

SolrDocument::serialize

(PECL solr >= 0.9.2) Used for custom serialization public string SolrDocument::serialize ( void ) Used for custom serialization. Returns: Returns a string representing the serialized Solr document.

posix_initgroups

(PHP 5 >= 5.2.0, PHP 7) Calculate the group access list bool posix_initgroups ( string $name, int $base_group_id ) Calculates the group access list for the user specified in name. Parameters: name The user to calculate the list for. base_group_id Typically the group number from the password file. Returns: Re

SolrQuery::setTermsLimit

(PECL solr >= 0.9.2) Sets the maximum number of terms to return public SolrQuery SolrQuery::setTermsLimit ( int $limit ) Sets the maximum number of terms to return Parameters: limit The maximum number of terms to return. All the terms will be returned if the limit is negative. Returns: Returns the current SolrQuery object, if the return value

SolrQuery::getHighlightAlternateField

(PECL solr >= 0.9.2) Returns the highlight field to use as backup or default public string SolrQuery::getHighlightAlternateField ([ string $field_override ] ) Returns the highlight field to use as backup or default. It accepts an optional override. Parameters: field_override The name of the field Returns: Returns a string on success and NULL i

SolrQuery::getHighlightFragsize

(PECL solr >= 0.9.2) Returns the number of characters of fragments to consider for highlighting public int SolrQuery::getHighlightFragsize ([ string $field_override ] ) Returns the number of characters of fragments to consider for highlighting. Zero implies no fragmenting. The entire field should be used. Parameters: field_override The name of the field

SolrQuery::setHighlightRegexMaxAnalyzedChars

(PECL solr >= 0.9.2) Specify the maximum number of characters to analyze public SolrQuery SolrQuery::setHighlightRegexMaxAnalyzedChars ( int $maxAnalyzedChars ) Specify the maximum number of characters to analyze from a field when using the regex fragmenter Parameters: maxAnalyzedChars The maximum number of characters to analyze from a field when using the regex fragme