stats_dens_beta

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

SolrQuery::setGroupNGroups

(PECL solr >= 2.2.0) If true, Solr includes the number of groups that have matched the query in the results. public SolrQuery SolrQuery::setGroupNGroups ( bool $value ) If true, Solr includes the number of groups that have matched the query in the results. Parameters: value If true, Solr includes the number of groups that have matched the query in the results.

maxdb_server_end

(PECL maxdb >= 1.0) Shut down the embedded server void maxdb_server_end ( void ) This function is currently not documented; only its argument list is available.

SessionHandlerInterface::close

(PHP 5 >= 5.4.0, PHP 7) Close the session abstract public bool SessionHandlerInterface::close ( void ) Closes the current session. This function is automatically executed when closing the session, or explicitly via session_write_close(). Returns: The return value (usually TRUE on success, FALSE on failure). Note this value is returned internally to PHP for processing.

ldap_first_attribute

(PHP 4, PHP 5, PHP 7) Return first attribute string ldap_first_attribute ( resource $link_identifier, resource $result_entry_identifier ) Gets the first attribute in the given entry. Remaining attributes are retrieved by calling ldap_next_attribute() successively. Similar to reading entries, attributes are also read one by one from a particular entry. Parameters: link_identifier

fdf_open

(PHP 4, PHP 5, PHP 7) Open a FDF document resource fdf_open ( string $filename ) Opens a file with form data. You can also use fdf_open_string() to process the results of a PDF form POST request. Parameters: filename Path to the FDF file. This file must contain the data as returned from a PDF form or created using fdf_create() and fdf_save(). Returns

MongoCollection::__construct

(PECL mongo >=0.9.0) Creates a new collection public MongoCollection::__construct ( MongoDB $db, string $name ) Parameters: MongoDB db Parent database. Returns: Returns a new collection object. Exception: Throws default exception if the collection name is invalid.

newt_checkbox_set_value

(PECL newt >= 0.1) Sets the value of the checkbox void newt_checkbox_set_value ( resource $checkbox, string $value ) This function allows to set the current value of the checkbox resource. Parameters: checkbox This function allows to set the current value of the checkbox resource. value This function allows to set the current value

Imagick::setImageGamma

(PECL imagick 2.0.0) Sets the image gamma bool Imagick::setImageGamma ( float $gamma ) Sets the image gamma. Parameters: gamma Sets the image gamma. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

CairoContext::selectFontFace

(PECL cairo >= 0.1.0) The selectFontFace purpose public void CairoContext::selectFontFace ( string $family [, string $slant [, string $weight ]] ) Object oriented style (method): Procedural style: void cairo_select_font_face ( CairoContext $context , string $family [, string $slant [, string $weight ]] ) Description here. Parameters: context Description...