FANNConnection::setWeight

(PECL fann >= 1.0.0) Sets the connections weight public bool FANNConnection::setWeight ( float $weight ) Sets the connection weight. This method is different than fann_set_weight(). It does not update the weight value in the network. The network value is updated only after calling fann_set_weight_array(). Parameters: weight The connection weight.

oci_field_precision

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Tell the precision of a field int oci_field_precision ( resource $statement, mixed $field ) Returns precision of the field. For FLOAT columns, precision is nonzero and scale is -127. If precision is 0, then column is NUMBER. Else it's NUMBER(precision, scale). Parameters: statement A valid OCI statement identifier.

Memcache::getVersion

(PECL memcache >= 0.2.0) Return version of the server string Memcache::getVersion ( void ) Memcache::getVersion() returns a string with server's version number. Also you can use memcache_get_version() function. Returns: Returns a string of server version number or FALSE on failure. Examples: Memcache::getVersion() example

MongoCursor::partial

(PECL mongo >=1.2.0) If this query should fetch partial results from mongos if a shard is down public MongoCursor MongoCursor::partial ([ bool $okay = true ] ) This option allows mongos to send partial query results if a shard is unreachable. This is only applicable when running a sharded MongoDB cluster and connecting to a mongos. If a shard goes down and a query needs to be sent to that shard, mongos will return the

m_getcommadelimited

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Get the RAW comma delimited data returned from MCVE string m_getcommadelimited ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

SolrQuery::getHighlightRegexPattern

(PECL solr >= 0.9.2) Returns the regular expression for fragmenting public string SolrQuery::getHighlightRegexPattern ( void ) Returns the regular expression used for fragmenting Returns: Returns a string on success and NULL if not set.

newt_push_help_line

(PECL newt >= 0.1) Saves the current help line on a stack, and displays the new line void newt_push_help_line ([ string $text ] ) Saves the current help line on a stack, and displays the new line. Parameters: text New help text message Note: If not specified, the help line is cleared. Returns: No value is returned.

DOMImplementation::createDocument

(PHP 5, PHP 7) Creates a DOMDocument object of the specified type with its document element public DOMDocument DOMImplementation::createDocument ([ string $namespaceURI = NULL [, string $qualifiedName = NULL [, DOMDocumentType $doctype = NULL ]]] ) Creates a DOMDocument object of the specified type with its document element. Parameters: namespaceURI The namespace URI

tidyNode::isText

(PHP 5 >= 5.0.1, PHP 7) Checks if a node represents text (no markup) bool tidyNode::isText ( void ) Tells if the node represents a text (without any markup). Returns: Returns TRUE if the node represent a text, FALSE otherwise. Notes: This function was named tidy_node::is_text() in PHP 4/Tidy 1. Examples:

maxdb_stmt_data_seek

(PECL maxdb >= 1.0) Seeks to an arbitray row in statement result set bool maxdb_stmt_data_seek ( resource $statement, int $offset ) Procedural style Object oriented style bool maxdb_stmt::data_seek ( int $offset ) The maxdb_stmt_data_seek() function seeks to an arbitrary result pointer specified by the offset in the statement result set represented by statement. The offset parameter must be between zero and the total num