sqlsrv_commit

(No version information available, might only be in Git) Commits a transaction that was begun with sqlsrv_begin_transaction() bool sqlsrv_commit ( resource $conn ) Commits a transaction that was begun with sqlsrv_begin_transaction(). The connection is returned to auto-commit mode after sqlsrv_commit() is called. The transaction that is committed includes all statements that were executed after the call to sqlsrv_begin_transa

CairoSurface::getDeviceOffset

(PECL cairo >= 0.1.0) The getDeviceOffset purpose public array CairoSurface::getDeviceOffset ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoSurface::getDeviceOffset() example

eio_unlink

(PECL eio >= 0.0.1dev) Delete a name and possibly the file it refers to resource eio_unlink ( string $path [, int $pri = EIO_PRI_DEFAULT [, callable $callback = NULL [, mixed $data = NULL ]]] ) eio_unlink() deletes a name from the file system. Parameters: path Path to file pri The request priority: EIO_PRI_DEFAULT, EIO_PRI_MIN, EIO

openssl_spki_export

(PHP 5 >= 5.6.0, PHP 7) Exports a valid PEM formatted public key signed public key and challenge string openssl_spki_export ( string &$spkac ) Exports PEM formatted public key from encoded signed public key and challenge Parameters: spkac Expects a valid signed public key and challenge Returns: Returns the associated PEM formatted public k

EventBuffer::expand

(PECL event >= 1.2.6-beta) Reserves space in buffer public bool EventBuffer::expand ( int $len ) Alters the last chunk of memory in the buffer, or adds a new chunk, such that the buffer is now large enough to contain len bytes without any further allocations. Parameters: len The number of bytes to reserve for the buffer Returns: Returns TRUE

SplFileInfo::getPath

(PHP 5 >= 5.1.2, PHP 7) Gets the path without filename public string SplFileInfo::getPath ( void ) Returns the path to the file, omitting the filename and any trailing slash. Returns: Returns the path to the file. Examples: SplFileInfo::getPath() example <?php $info = new SplFileInfo('/usr/bin/php'); var_dump($info-

RRDGraph::saveVerbose

(PECL rrd >= 0.9.0) Saves the RRD database query into image and returns the verbose information about generated graph. public array RRDGraph::saveVerbose ( void ) Saves the RRD database query into image file defined by method RRDGraph::__construct() and returns the verbose information about generated graph, if "-" is used as image filename, image data are also returned in result array. Returns:

CairoContext::getFontMatrix

(PECL cairo >= 0.1.0) The getFontMatrix purpose public void CairoContext::getFontMatrix ( void ) Object oriented style (method): Procedural style: void cairo_get_font_matrix ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently no

xmlrpc_get_type

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Gets xmlrpc type for a PHP value string xmlrpc_get_type ( mixed $value ) This function is especially useful for base64 and datetime strings. Parameters: value PHP value Returns: Returns the XML-RPC type. This function is EXPERIMENTAL. The behaviour of this function, its name,

stats_kurtosis

(PECL stats >= 1.0.0) Computes the kurtosis of the data in the array float stats_kurtosis ( array $a ) Parameters: a Returns: This function is currently not documented; only its argument list is available.