EventListener::setErrorCallback

(PECL event >= 1.2.6-beta) Set event listener's error callback public void EventListener::setErrorCallback ( string $cb ) Set event listener's error callback Parameters: cb The error callback. Should match the following prototype: void callback ([ EventListener $listener = NULL [, mixed $data = NULL ]] ) Returns:

Gmagick::thumbnailimage

(PECL gmagick >= Unknown) Changes the size of an image public Gmagick Gmagick::thumbnailimage ( int $width, int $height [, bool $fit = false ] ) Changes the size of an image to the given dimensions and removes any associated profiles. The goal is to produce small low cost thumbnail images suited for display on the Web. If TRUE is given as a third parameter then columns and rows parameters are used as maximums for each si

ncurses_deleteln

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Delete line at current position, move rest of screen up bool ncurses_deleteln ( void ) Deletes the current line under cursor position. All lines below the current line are moved up one line. The bottom line of window is cleared. Cursor position does not change. Returns: Returns FALSE on success, otherwise TRUE.

HaruPage::createURLAnnotation

(PECL haru >= 0.0.1) Create and return new HaruAnnotation instance object HaruPage::createURLAnnotation ( array $rectangle, string $url ) Creates a new HaruAnnotation instance. Parameters: rectangle An array with 4 coordinates of the clickable area. url The URL to open. Returns: Returns a new HaruAnnotation

HaruDoc::useCNTEncodings

(PECL haru >= 0.0.1) Enable Chinese traditional encodings bool HaruDoc::useCNTEncodings ( void ) Enables Chinese traditional encodings. Returns: Returns TRUE on success. Exception: Throws a HaruException on error. See also: HaruDoc::useCNTFonts() -

ImagickDraw::getClipUnits

(PECL imagick 2.0.0) Returns the interpretation of clip path units int ImagickDraw::getClipUnits ( void ) Returns the interpretation of clip path units. Returns: Returns an int on success. This function is currently not documented; only its argument list is available.

apc_delete_file

(PECL apc >= 3.1.1) Deletes files from the opcode cache mixed apc_delete_file ( mixed $keys ) Deletes the given files from the opcode cache. Parameters: keys The files to be deleted. Accepts a string, array of strings, or an APCIterator object. Returns: Returns TRUE on success or FALSE on failure. Or if keys is an array, then an empty array is

cairo_pattern_create_rgb

(PECL cairo >= 0.1.0) Description CairoPattern cairo_pattern_create_rgb ( float $red, float $green, float $blue ) The function description goes here. Parameters: red Description... green Description... blue Description... Returns: What is returned on success and failure

CairoContext::transform

(PECL cairo >= 0.1.0) The transform purpose public void CairoContext::transform ( string $matrix ) Object oriented style (method): Procedural style: void cairo_transform ( CairoContext $context , CairoMatrix $matrix ) Description here. Parameters: context Description... matrix Description... Returns: Descr

RecursiveTreeIterator::setPrefixPart

(PHP 5 >= 5.3.0, PHP 7) Set a part of the prefix public void RecursiveTreeIterator::setPrefixPart ( int $part, string $value ) Sets a part of the prefix used in the graphic tree. Parameters: part One of the RecursiveTreeIterator::PREFIX_* constants. value The value to assign to the part of the prefix specified in part.