SolrQuery::getHighlightMaxAnalyzedChars

(PECL solr >= 0.9.2) Returns the maximum number of characters into a document to look for suitable snippets public int SolrQuery::getHighlightMaxAnalyzedChars ( void ) Returns the maximum number of characters into a document to look for suitable snippets Returns: Returns an integer on success and NULL if not set.

MongoCollection::save

(PECL mongo >=0.9.0) Saves a document to this collection public mixed MongoCollection::save ( array|object $document [, array $options = array() ] ) If the object is from the database, update the existing database object, otherwise insert this object. Parameters: document Array or object to save. If an object is used, it may not have protected or private properties.

SolrQuery::setGroup

(PECL solr >= 2.2.0) Enable/Disable result grouping (group parameter) public SolrQuery SolrQuery::setGroup ( bool $value ) Enable/Disable result grouping (group parameter) Parameters: value Enable/Disable result grouping (group parameter) Returns: See also: So

IntlTimeZone::getDSTSavings

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the amount of time to be added to local standard time to get local wall clock time public integer IntlTimeZone::getDSTSavings ( void ) Returns: This function is currently not documented; only its argument list is available.

pg_affected_rows

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Returns number of affected records (tuples) int pg_affected_rows ( resource $result ) pg_affected_rows() returns the number of tuples (instances/records/rows) affected by INSERT, UPDATE, and DELETE queries. Since PostgreSQL 9.0 and above, the server returns the number of SELECTed rows. Older PostgreSQL return 0 for SELECT. Note: This function used to be called pg_cmdtuples().

SplFixedArray::count

(PHP 5 >= 5.3.0, PHP 7) Returns the size of the array public int SplFixedArray::count ( void ) Returns the size of the array. Returns: Returns the size of the array. Notes: This method is functionally equivalent to SplFixedArray::getSize(). The count of elements is always equal to the set size because all values are initi

define_syslog_variables

(PHP 4, PHP 5 < 5.4.0) Initializes all syslog related variables void define_syslog_variables ( void ) Initializes all variables used in the syslog functions. Returns: No value is returned. Syslog variables Variable Constant equal Meaning Notes $LOG_EMERG LOG_EMERG System is unusable $LOG_ALERT LOG_ALERT Immediate action required $LOG_CRIT LOG_CRIT Critical conditions $LOG_ERR LOG_ERR

ncurses_getyx

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Returns the current cursor position for a window void ncurses_getyx ( resource $window, int &$y, int &$x ) Parameters: window y x This function is currently not documented; only its argument l

SplFixedArray::toArray

(PHP 5 >= 5.3.0, PHP 7) Returns a PHP array from the fixed array public array SplFixedArray::toArray ( void ) Returns a PHP array from the fixed array. Returns: Returns a PHP array, similar to the fixed array. Examples: SplFixedArray::toArray() example <?php $fa = new SplFixedArray(3); $fa[0] = 0; $fa[2] = 2; var_du

GearmanClient::doNormal

(No version information available, might only be in Git) Run a single task and return a result public string GearmanClient::doNormal ( string $function_name, string $workload [, string $unique ] ) Runs a single task and returns a string representation of the result. It is up to the GearmanClient and GearmanWorker to agree on the format of the result. Parameters: function_name