MongoDeleteBatch::__construct

(PECL mongo >= 1.5.0) Description public MongoDeleteBatch::__construct ( MongoCollection $collection [, array $write_options ] ) Constructs a batch of DELETE operations. See MongoWriteBatch. Parameters: collection The MongoCollection to execute the batch on. Its write concern will be copied and used as the default write concern if none is given as $write_options or duri

bson_encode

(PECL mongo >=1.0.1) Serializes a PHP variable into a BSON string string bson_encode ( mixed $anything ) This function is very beta and entirely useless for 99% of users. It is only useful if you're doing something weird, such as writing your own driver on top of the PHP driver. Parameters: anything The variable to be serialized. Returns: Retu

mcrypt_generic_end

(PHP 4 >= 4.0.2, PHP 5) This function terminates encryption bool mcrypt_generic_end ( resource $td ) This function terminates encryption specified by the encryption descriptor (td). Actually it clears all buffers, and closes all the modules used. Returns FALSE on error, or TRUE on success. mcrypt_generic_deinit() should be used instead of this function, as it can cause crash

cubrid_field_type

(PECL CUBRID >= 8.3.0) Return the type of the column corresponding to the given field offset string cubrid_field_type ( resource $result, int $field_offset ) This function returns the type of the column corresponding to the given field offset. The returned field type could be one of the following: "int", "real", "string", etc. Parameters: result Array type of the fetche

TokyoTyrant::add

(PECL tokyo_tyrant >= 0.1.0) Adds to a numeric key public number TokyoTyrant::add ( string $key, number $increment [, int $type = 0 ] ) Adds to an int or double value. This increments the value by the given amount and returns the new value. If the key does not exist a new key is created with initial value of the increment parameter. Parameters: key The string key

SolrDocument::toArray

(PECL solr >= 0.9.2) Returns an array representation of the document public array SolrDocument::toArray ( void ) Returns an array representation of the document. Returns: Returns an array representation of the document. Examples: SolrDocument::toArray() example <?php $doc = new SolrDocument(); $doc->addField('i

SolrQuery::getGroupFormat

(PECL solr >= 2.2.0) Returns the group.format value public string SolrQuery::getGroupFormat ( void ) Returns the group.format value Returns: See also: SolrQuery::setGroupFormat() -

PDF_setgray_fill

(PHP 4, PECL pdflib >= 1.0.0) Set fill color to gray [deprecated] bool PDF_setgray_fill ( resource $p, float $g ) Sets the current fill color to a gray value between 0 and 1 inclusive. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

iis_add_server

(PECL iisfunc SVN) Creates a new virtual web server int iis_add_server ( string $path, string $comment, string $server_ip, int $port, string $host_name, int $rights, int $start_server ) This function is currently not documented; only its argument list is available.

ParentIterator::hasChildren

(PHP 5 >= 5.1.0, PHP 7) Check whether the inner iterator's current element has children public bool ParentIterator::hasChildren ( void ) Check whether the inner iterator's current element has children. Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.