Imagick::setImageMatte

(PECL imagick 2.0.0) Sets the image matte channel bool Imagick::setImageMatte ( bool $matte ) Sets the image matte channel. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Parameters: matte True activates the matte channel and false disables it. Returns: Returns TRUE on success.

ncurses_clrtobot

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Clear screen from current position to bottom bool ncurses_clrtobot ( void ) Erases all lines from cursor to end of screen and creates blanks. Blanks created by ncurses_clrtobot() have the current background rendition. Returns: Returns TRUE on success or FALSE on failure. This function is EXPERIMEN

SQLite3::version

(PHP 5 >= 5.3.0, PHP 7) Returns the SQLite3 library version as a string constant and as a number public static array SQLite3::version ( void ) Returns the SQLite3 library version as a string constant and as a number. Returns: Returns an associative array with the keys "versionString" and "versionNumber". Examples: SQLite3::version

password_get_info

(PHP 5 >= 5.5.0, PHP 7) Returns information about the given hash array password_get_info ( string $hash ) When passed in a valid hash created by an algorithm supported by password_hash(), this function will return an array of information about that hash. Parameters: hash A hash created by password_hash(). Returns: Returns an associative array

PharData::offsetSet

(PHP >= 5.3.0, PECL phar >= 2.0.0) set the contents of a file within the tar/zip to those of an external file or string void PharData::offsetSet ( string $offset, string $value ) This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a tar/zip archive using array access brackets. offsetSet is used for modifying an existing file, or adding a new file to a tar/zip archive.

stats_cdf_weibull

(PECL stats >= 1.0.0) Not documented float stats_cdf_weibull ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns: This function is currently not documented; only its arg

runkit_method_redefine

(PECL runkit >= 0.7.0) Dynamically changes the code of the given method bool runkit_method_redefine ( string $classname, string $methodname, string $args, string $code [, int $flags = RUNKIT_ACC_PUBLIC ] ) Note: This function cannot be used to manipulate the currently running (or chained) method. Parameters: classname The class in which to redefine the meth

RecursiveIteratorIterator::getInnerIterator

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

maxdb_stmt_error

(PECL maxdb >= 1.0) Returns a string description for last statement error string maxdb_stmt_error ( resource $stmt ) Procedural style Object oriented style string $maxdb_stmt->error; For the statement specified by stmt, maxdb_stmt_error() returns a containing the error message for the most recently invoked statement function that can succeed or fail. Returns: A string that describes the err

rrd_tune

(PECL rrd >= 0.9.0) Tunes some RRD database file header options. bool rrd_tune ( string $filename, array $options ) Change some options in the RRD dabase header file. E.g. renames the source for the data etc. Parameters: filename RRD database file name. options Options with RRD database file properties which will be changed. See rrd