bzwrite

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Binary safe bzip2 file write int bzwrite ( resource $bz, string $data [, int $length ] ) bzwrite() writes a string into the given bzip2 file stream. Parameters: bz The file pointer. It must be valid and must point to a file successfully opened by bzopen(). data The written data. l

IntlBreakIterator::preceding

(No version information available, might only be in Git) Set the iterator position to the first boundary before an offset public ReturnType IntlBreakIterator::preceding ( string $"offset" ) Parameters: "offset" Returns: This function is currently not documented; only its argument list is available.

SolrDisMaxQuery::setBoostFunction

(No version information available, might only be in Git) Sets a Boost Function (bf parameter). public SolrDisMaxQuery SolrDisMaxQuery::setBoostFunction ( string $function ) Sets Boost Function (bf parameter). Functions (with optional boosts) that will be included in the user's query to influence the score. Any function supported natively by Solr can be used, along with a boost value. e.g.: recip(rord(myfield),1,2,3)^1.5

DOMDocumentFragment::appendXML

(PHP 5 >= 5.1.0, PHP 7) Append raw XML data public bool DOMDocumentFragment::appendXML ( string $data ) Appends raw XML data to a DOMDocumentFragment. This method is not part of the DOM standard. It was created as a simpler approach for appending an XML DocumentFragment in a DOMDocument. If you want to stick to the standards, you will have to create a temporary DOMDocument with a dummy root and then loop through the c

OCI-Lob::append

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Appends data from the large object to another large object bool OCI-Lob::append ( OCI-Lob $lob_from ) Appends data from the large object to the end of another large object. Writing to the large object with this method will fail if buffering was previously enabled. You must disable buffering before appending. You may need to flush buffers with OCI-Lob::flush before disabling buffering.

SDO_DAS_XML_Document::setXMLDeclaration

(^) Sets the xml declaration void SDO_DAS_XML_Document::setXMLDeclaration ( bool $xmlDeclatation ) Controls whether an XML declaration will be generated at the start of the XML document. Set to TRUE to generate the XML declaration, or FALSE to suppress it. Parameters: xmlDeclatation Boolean value to set the XML declaration. Returns: None.

fann_clear_scaling_params

(PECL fann >= 1.0.0) Clears scaling parameters bool fann_clear_scaling_params ( resource $ann ) Clears scaling parameters. Parameters: ann Neural network resource. Returns: Returns TRUE on success, or FALSE otherwise.

SolrQuery::setMltMaxNumTokens

(PECL solr >= 0.9.2) Specifies the maximum number of tokens to parse public SolrQuery SolrQuery::setMltMaxNumTokens ( int $value ) Specifies the maximum number of tokens to parse in each example doc field that is not stored with TermVector support. Parameters: value The maximum number of tokens to parse Returns: Returns the current SolrQuery o

fann_get_num_input

(PECL fann >= 1.0.0) Get the number of input neurons int fann_get_num_input ( resource $ann ) Get the number of input neurons. Parameters: ann Neural network resource. Returns: Number of input neurons, or FALSE on error

FilterIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7) Get the inner iterator public Iterator FilterIterator::getInnerIterator ( void ) Get the inner iterator. Returns: The inner iterator. This function is currently not documented; only its argument list is available.