newt_form_run

(PECL newt >= 0.1) Runs a form void newt_form_run ( resource $form, array &$exit_struct ) This function runs the form passed to it. Parameters: form Form component exit_struct Array, used for returning information after running the form component. Keys and values are described in the following table: Form Exit Structure Index K

HaruDoc::loadTTC

(PECL haru >= 0.0.1) Load the font with the specified index from TTC file string HaruDoc::loadTTC ( string $fontfile, int $index [, bool $embed = false ] ) Loads the TrueType font with the specified index from a TrueType collection file. Parameters: fontfile The TrueType collection file. index The index of the font in the collection

CairoSvgSurface::getVersions

(PECL cairo >= 0.1.0) Used to retrieve a list of supported SVG versions public static array CairoSvgSurface::getVersions ( void ) Object oriented style (method): Procedural style: array cairo_svg_get_versions ( void ) Returns a numerically indexed array of currently available CairoSvgVersion constants. In order to retreive the string values for each item, use CairoSvgSurface::versionToString(). Retu

gmp_testbit

(PHP 5, PHP 7 >= 5.3.0) Tests if a bit is set bool gmp_testbit ( GMP $a, int $index ) Tests if the specified bit is set. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. index The bit to test

FilterIterator::next

(PHP 5 >= 5.1.0, PHP 7) Move the iterator forward public void FilterIterator::next ( void ) Move the iterator forward. Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: FilterIterator::current()

ibase_close

(PHP 5, PHP 7) Close a connection to an InterBase database bool ibase_close ([ resource $connection_id = NULL ] ) Closes the link to an InterBase database that's associated with a connection id returned from ibase_connect(). Default transaction on link is committed, other transactions are rolled back. Parameters: connection_id An InterBase link identifier returned from i

Imagick::exportImagePixels

(No version information available, might only be in Git) Exports raw image pixels public array Imagick::exportImagePixels ( int $x, int $y, int $width, int $height, string $map, int $STORAGE ) Exports image pixels into an array. The map defines the ordering of the exported pixels. The size of the returned array is width * height * strlen(map). This method is available if Imagick has been compiled against ImageMagick version

IntlChar::getPropertyName

(PHP 7) Get the Unicode name for a property public static string IntlChar::getPropertyName ( int $property [, int $nameChoice = IntlChar::LONG_PROPERTY_NAME ] ) Returns the Unicode name for a given property, as given in the Unicode database file PropertyAliases.txt. In addition, this function maps the property IntlChar::PROPERTY_GENERAL_CATEGORY_MASK to the synthetic names "gcm" / "General_Category_Mask". These names are

ingres_execute

(PECL ingres >= 1.1.0) Execute a prepared query bool ingres_execute ( resource $result [, array $params [, string $types ]] ) Execute a query prepared using ingres_prepare(). Note: Related Configurations See also the ingres.describe, ingres.scrollable and ingres.utf8 directives in Runtime Configuration. Parameters: result The result query identifier

ncurses_init_color

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Define a terminal color int ncurses_init_color ( int $color, int $r, int $g, int $b ) Defines or redefines the given color. When this function is called, all occurrences of the given color on the screen, if any, immediately change to the new definition. Color capabilities must be supported by the terminal and initialized using ncurses_start_color() prior to ca