newt_cls

(PECL newt >= 0.1) void newt_cls ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

sqlite_open

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Opens an SQLite database and create the database if it does not exist resource sqlite_open ( string $filename [, int $mode = 0666 [, string &$error_message ]] ) Object oriented style (constructor): final public SQLiteDatabase::__construct ( string $filename [, int $mode = 0666 [, string &$error_message ]] ) Opens an SQLite database or creates the database if it does not e

Imagick::oilPaintImage

(PECL imagick 2.0.0) Simulates an oil painting bool Imagick::oilPaintImage ( float $radius ) Applies a special effect filter that simulates an oil painting. Each pixel is replaced by the most frequent color occurring in a circular region defined by radius. Parameters: radius The radius of the circular neighborhood. Returns: Returns TRUE on succes

PDF_closepath

(PHP 4, PECL pdflib >= 1.0.0) Close current path bool PDF_closepath ( resource $p ) Closes the current path. Returns TRUE on success or FALSE on failure.

gnupg_encrypt

(PECL gnupg >= 0.1) Encrypts a given text string gnupg_encrypt ( resource $identifier, string $plaintext ) Encrypts the given plaintext with the keys, which were set with gnupg_addencryptkey before and returns the encrypted text. Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg. plaintext The text being

ingres_connect

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0) Open a connection to an Ingres database resource ingres_connect ([ string $database [, string $username [, string $password [, array $options ]]]] ) ingres_connect() opens a connection with the given Ingres database. The connection is closed when the script ends or when ingres_close() is called on this link. Parameters:

ReflectionClass::getNamespaceName

(PHP 5 >= 5.3.0, PHP 7) Gets namespace name public string ReflectionClass::getNamespaceName ( void ) Gets the namespace name. Returns: The namespace name. This function is currently not documented; only its argument list is available. Examples: ReflectionClass::getNamespaceName() example

CairoSurface::markDirtyRectangle

(PECL cairo >= 0.1.0) The markDirtyRectangle purpose public void CairoSurface::markDirtyRectangle ( string $x, string $y, string $width, string $height ) The method description goes here. Parameters: x Description... y Description... width Description... height

Yaf_Request_Simple::isXmlHttpRequest

(Yaf >=1.0.0) The isXmlHttpRequest purpose public void Yaf_Request_Simple::isXmlHttpRequest ( void ) Returns: This function is currently not documented; only its argument list is available.

PDF_set_horiz_scaling

(PHP 4, PECL pdflib >= 1.0.0) Set horizontal text scaling [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with parameter horizscaling instead.