Throwable::getPrevious

(PHP 7) Returns the previous Throwable abstract public Throwable Throwable::getPrevious ( void ) Returns any previous Throwable (for example, one provided as the third parameter to Exception::__construct()). Returns: Returns the previous Throwable if available, or NULL otherwise. See also: Exception::getPrevious

SAMConnection::remove

(PECL sam >= 0.1.0) Remove a message from a queue. SAMMessage SAMConnection::remove ( string $target [, array $properties ] ) Removes a message from a queue. Parameters: target The identity of the queue from which to remove the message. properties An optional associative array of properties describing other parameters to control th

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

MongoDB::getGridFS

(PECL mongo >=0.9.0) Fetches toolkit for dealing with files stored in this database public MongoGridFS MongoDB::getGridFS ([ string $prefix = "fs" ] ) Parameters: prefix The prefix for the files and chunks collections. Returns: Returns a new gridfs object for this database. Examples:

CairoContext::fill

(PECL cairo >= 0.1.0) Fills the current path public void CairoContext::fill ( void ) Object oriented style (method): Procedural style: void cairo_fill ( CairoContext $context ) A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). After CairoContext::fill() or cairo_fill(), the current path will be cleared from the CairoContext.

ifx_getsqlca

(PHP 4, PHP <=5.2.0) Get the contents of sqlca.sqlerrd[0..5] after a query array ifx_getsqlca ( resource $result_id ) Returns a pseudo-row with sqlca.sqlerrd[0] ... sqlca.sqlerrd[5] after the query associated with result_id. For inserts, updates and deletes the values returned are those as set by the server after executing the query. This gives access to the number of affected rows and the serial insert value. For SELEC

ncurses_flash

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Flash terminal screen (visual bell) bool ncurses_flash ( void ) Flashes the screen, and if its not possible, sends an audible alert (bell). Returns: Returns FALSE on success, otherwise TRUE. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may

imageantialias

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Should antialias functions be used or not bool imageantialias ( resource $image, bool $enabled ) Activate the fast drawing antialiased methods for lines and wired polygons. It does not support alpha components. It works using a direct blend operation. It works only with truecolor images. Thickness and styled are not supported. Using antialiased primitives with transparent background colo

mcrypt_get_key_size

(PHP 4, PHP 5, PHP 7) Gets the key size of the specified cipher int mcrypt_get_key_size ( int $cipher ) int mcrypt_get_key_size ( string $cipher , string $mode ) The first prototype is when linked against libmcrypt 2.2.x, the second when linked against libmcrypt 2.4.x or 2.5.x. mcrypt_get_key_size() is used to get the size of a key of the specified cipher (in combination with an encryption mode). It is more useful to us

KTaglib_ID3v2_AttachedPictureFrame::getMimeType

(0.2.0) Returns the mime type of the picture public string KTaglib_ID3v2_AttachedPictureFrame::getMimeType ( void ) Returns the mime type of the image represented by the attached picture frame. Please notice that this method might return different types. While ID3v2.2 have a mime type that doesn't start with "image/", ID3v2.3 and v2.4 usually start with "image/". Therefore the method might return "image/png" for IDv2.3 fra