rrdc_disconnect

(PECL rrd >= 1.1.2) Close any outstanding connection to rrd caching daemon void rrdc_disconnect ( void ) Close any outstanding connection to rrd caching daemon. This function is automatically called when the whole PHP process is terminated. It depends on used SAPI. For example, it's called automatically at the end of command line script. It's up user whether he wants to call this function at the end of every request

rrd_lastupdate

(PECL rrd >= 0.9.0) Gets information about last updated data. array rrd_lastupdate ( string $filename ) Gets array of the UNIX timestamp and the values stored for each date in the most recent update of the RRD database file. Parameters: file RRD database file name. Returns: Array of information about last update, FALSE when error occurs.

SolrInputDocument::deleteField

(PECL solr >= 0.9.2) Removes a field from the document public bool SolrInputDocument::deleteField ( string $fieldName ) Removes a field from the document. Parameters: fieldName The name of the field. Returns: Returns TRUE on success or FALSE on failure.

svn_repos_fs

(PECL svn >= 0.1.0) Gets a handle on the filesystem for a repository resource svn_repos_fs ( resource $repos ) Gets a handle on the filesystem for a repository This function is currently not documented; only its argument list is available.

Yaf_Application::__clone

(Yaf >=1.0.0) Yaf_Application can not be cloned private void Yaf_Application::__clone ( void ) Returns:

SolrQuery::setTermsUpperBound

(PECL solr >= 0.9.2) Sets the term to stop at public SolrQuery SolrQuery::setTermsUpperBound ( string $upperBound ) Sets the term to stop at Parameters: upperBound The term to stop at Returns: Returns the current SolrQuery object, if the return value is used.

dbplus_errcode

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get error string for given errorcode or last error string dbplus_errcode ([ int $errno ] ) Returns a clear error string for the given error code. Parameters: errno The error code. If not provided, the result code of the last db++ operation is assumed. Returns: Returns the error message.

gmp_gcd

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Calculate GCD GMP gmp_gcd ( GMP $a, GMP $b ) Calculate greatest common divisor of a and b. The result is always positive even if either of, or both, input operands are negative. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert t

newt_resize_screen

(PECL newt >= 0.1) void newt_resize_screen ([ bool $redraw ] ) Parameters: redraw Returns: No value is returned. This function is currently not documented; only its argument list is available.

mqseries_inq

(PECL mqseries >= 0.10.0) MQSeries MQINQ void mqseries_inq ( resource $hconn, resource $hobj, int $selectorCount, array $selectors, int $intAttrCount, resource &$intAttr, int $charAttrLength, resource &$charAttr, resource &$compCode, resource &$reason ) The mqseries_inq() (MQINQ) call returns an array of integers and a set of character strings containing the attributes of an object. Param