Stomp::commit

(PECL stomp >= 0.1.0) Commits a transaction in progress public bool Stomp::commit ( string $transaction_id [, array $headers ] ) Object oriented style (method): Procedural style: bool stomp_commit ( resource $link , string $transaction_id [, array $headers ] ) Commits a transaction in progress. Parameters: link Procedural style only: The stomp link identifier returned

mysqli::rpl_query_type

(PHP 5, PHP 7) Returns RPL query type int mysqli::rpl_query_type ( string $query ) Object oriented style Procedural style int mysqli_rpl_query_type ( mysqli $link , string $query ) Returns MYSQLI_RPL_MASTER, MYSQLI_RPL_SLAVE or MYSQLI_RPL_ADMIN depending on a query type. INSERT, UPDATE and similar are master queries, SELECT is slave, and FLUSH, REPAIR and similar are admin. Thi

bcompiler_write_footer

(PECL bcompiler >= 0.4) Writes the single character \x00 to indicate End of compiled data bool bcompiler_write_footer ( resource $filehandle ) Writes the single character \x00 to indicate End of compiled data. Parameters: filehandle A file handle as returned by fopen(). Returns: Returns TRUE on success or FALSE on failure.

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

DOMImplementation::__construct

(PHP 5, PHP 7) Creates a new DOMImplementation object DOMImplementation::__construct ( void ) Creates a new DOMImplementation object.

stats_cdf_t

(PECL stats >= 1.0.0) Calculates any one parameter of the T distribution given values for the others. float stats_cdf_t ( float $par1, float $par2, int $which ) Parameters: par1 par2 which Returns: This function is currently not documented; only

CairoMatrix::initTranslate

(PECL cairo >= 0.1.0) Creates a new translation matrix public static void CairoMatrix::initTranslate ( float $tx, float $ty ) Object oriented style (method): Procedural style: object cairo_matrix_init_translate ( float $tx , float $ty ) Creates a new matrix to a transformation that translates by tx and ty in the X and Y dimensions, respectively. Parameters: tx amount

apc_compile_file

(PECL apc >= 3.0.13) Stores a file in the bytecode cache, bypassing all filters. mixed apc_compile_file ( string $filename [, bool $atomic = true ] ) Stores a file in the bytecode cache, bypassing all filters. Parameters: filename Full or relative path to a PHP file that will be compiled and stored in the bytecode cache. Returns: Returns TR

SolrQuery::setFacetOffset

(PECL solr >= 0.9.2) Sets the offset into the list of constraints to allow for pagination public SolrQuery SolrQuery::setFacetOffset ( int $offset [, string $field_override ] ) Sets the offset into the list of constraints to allow for pagination. Parameters: offset The offset field_override The name of the field.

SVM::crossvalidate

(PECL svm >= 0.1.0) Test training params on subsets of the training data. public float svm::crossvalidate ( array $problem, int $number_of_folds ) Crossvalidate can be used to test the effectiveness of the current parameter set on a subset of the training data. Given a problem set and a n "folds", it separates the problem set into n subsets, and the repeatedly trains on one subset and tests on another. While the accuracy