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.

Memcached::getServerList

(PECL memcached >= 0.1.0) Get the list of the servers in the pool public array Memcached::getServerList ( void ) Memcached::getServerList() returns the list of all servers that are in its server pool. Returns: The list of all servers in the server pool. Examples: Memcached::getServerList() example <?php $m = new Mem

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

array_unshift

(PHP 4, PHP 5, PHP 7) Prepend one or more elements to the beginning of an array int array_unshift ( array &$array, mixed $value1 [, mixed $... ] ) array_unshift() prepends passed elements to the front of the array. Note that the list of elements is prepended as a whole, so that the prepended elements stay in the same order. All numerical array keys will be modified to start counting from zero while literal keys won't be

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.