ibase_field_info

(PHP 5, PHP 7) Get information about a field array ibase_field_info ( resource $result, int $field_number ) Returns an array with information about a field after a select query has been run. Parameters: result An InterBase result identifier. field_number Field offset. Returns: Returns an array with the followin

Gmagick::raiseimage

(PECL gmagick >= Unknown) Creates a simulated 3d button-like effect public void Gmagick::raiseimage ( int $width, int $height, int $x, int $y, bool $raise ) Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect. Parameters:

Imagick::setImageAlphaChannel

(No version information available, might only be in Git) Sets image alpha channel bool Imagick::setImageAlphaChannel ( int $mode ) Activate or deactivate image alpha channel. The mode is one of the Imagick::ALPHACHANNEL_* constants. This method is available if Imagick has been compiled against ImageMagick version 6.3.8 or newer. Parameters: mode One of the Imagick::ALPHAC

Gmagick::setimagedelay

(PECL gmagick >= Unknown) Sets the image delay public Gmagick Gmagick::setimagedelay ( int $delay ) Sets the image delay Parameters: delay The image delay in 1/100th of a second. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

CairoFontFace::status

(PECL cairo >= 0.1.0) Check for CairoFontFace errors public int CairoFontFace::status ( void ) Object oriented style (method): Procedural style: int cairo_font_face_status ( CairoFontFace $fontface ) Checks whether an error has previously occurred for this font face Parameters: fontface A valid CairoFontFace object Returns: CAIRO_STATUS_SUCCE

get_declared_traits

(PHP 5 >= 5.4.0, PHP 7) Returns an array of all declared traits array get_declared_traits ( void ) Returns: Returns an array with names of all declared traits in values. Returns NULL in case of a failure. See also: class_uses() -

svn_revert

(PECL svn >= 0.3.0) Revert changes to the working copy bool svn_revert ( string $path [, bool $recursive = false ] ) Revert any local changes to the path in a working copy. Parameters: path The path to the working repository. recursive Optionally make recursive changes. Returns: Returns TRUE on success or F

timezone_name_from_abbr

(PHP 5 >= 5.1.3, PHP 7) Returns the timezone name from abbreviation string timezone_name_from_abbr ( string $abbr [, int $gmtOffset = -1 [, int $isdst = -1 ]] ) Parameters: abbr Time zone abbreviation. gmtOffset Offset from GMT in seconds. Defaults to -1 which means that first found time zone corresponding to abbr is returned. Otherw

RecursiveIteratorIterator::getSubIterator

(PHP 5, PHP 7) The current active sub iterator public RecursiveIterator RecursiveIteratorIterator::getSubIterator ([ int $level ] ) Parameters: level Returns: The current active sub iterator. This function is currently not documented; only its argument list is available.

ereg_replace

(PHP 4, PHP 5) Replace regular expression string ereg_replace ( string $pattern, string $replacement, string $string ) This function scans string for matches to pattern, then replaces the matched text with replacement. Parameters: pattern A POSIX extended regular expression. replacement If pattern contains parenthesized substrings, repl