MongoInt64::__toString

(PECL mongo >= 1.0.9) Returns the string representation of this 64-bit integer. public string MongoInt64::__toString ( void ) Returns: Returns the string representation of this integer.

SolrQuery::getExpandFilterQueries

(PECL solr >= 2.2.0) Returns the expand filter queries public array SolrQuery::getExpandFilterQueries ( void ) Returns the expand filter queries

RegexIterator::getRegex

(PHP 5 >= 5.4.0, PHP 7) Returns current regular expression public string RegexIterator::getRegex ( void ) Returns: This function is currently not documented; only its argument list is available.

stats_dens_gamma

(PECL stats >= 1.0.0) Not documented float stats_dens_gamma ( float $x, float $shape, float $scale ) Parameters: x shape scale Returns: This function is currently not documented; only its argument list is available.

RecursiveCallbackFilterIterator::getChildren

(PHP 5 >= 5.4.0, PHP 7) Return the inner iterator's children contained in a RecursiveCallbackFilterIterator public RecursiveCallbackFilterIterator RecursiveCallbackFilterIterator::getChildren ( void ) Fetches the filtered children of the inner iterator. RecursiveCallbackFilterIterator::hasChildren() should be used to determine if there are children to be fetched. Returns: Returns a RecursiveC

PDF_setflat

(PHP 4, PECL pdflib >= 1.0.0) Set flatness bool PDF_setflat ( resource $pdfdoc, float $flatness ) Sets the flatness parameter. Returns TRUE on success or FALSE on failure.

openssl_digest

(PHP 5 >= 5.3.0, PHP 7) Computes a digest string openssl_digest ( string $data, string $method [, bool $raw_output = false ] ) Computes a digest hash value for the given data using a given method, and returns a raw or binhex encoded string. Parameters: data The data. method The digest method. raw_output

CachingIterator::getCache

(PHP 5 >= 5.2.0, PHP 7) Retrieve the contents of the cache public array CachingIterator::getCache ( void ) Retrieve the contents of the cache. Note: The CachingIterator::FULL_CACHE flag must be being used. Returns: An array containing the cache items. Exception: Throws a BadMethodCallException when the CachingIterator::FULL_CACHE flag is not being used.

CairoGradientPattern::setExtend

(PECL cairo >= 0.1.0) The setExtend purpose public void CairoGradientPattern::setExtend ( int $extend ) The method description goes here. Parameters: extend Description... Returns: Description... This function is currently not documented; only its argument list is available.

HaruEncoder::getType

(PECL haru >= 0.0.1) Get the type of the encoder int HaruEncoder::getType ( void ) Get the type of the encoder. Returns: Returns the type of the encoder. The result is one of the following values: HaruEncoder::TYPE_SINGLE_BYTE - the encoder is for single byte characters. HaruEncoder::TYPE_DOUBLE_BYTE - the encoder is for multibyte characters. HaruEncoder::TYPE_UNINITIALIZED - the encoder