Imagick::adaptiveSharpenImage

(PECL imagick 2.0.0) Adaptively sharpen the image bool Imagick::adaptiveSharpenImage ( float $radius, float $sigma [, int $channel = Imagick::CHANNEL_DEFAULT ] ) Adaptively sharpen the image by sharpening more intensely near image edges and less intensely far from edges. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Parameters: radi

sqlite_next

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Seek to the next row number bool sqlite_next ( resource $result ) Object oriented style (method): bool SQLiteResult::next ( void ) bool SQLiteUnbuffered::next ( void ) sqlite_next() advances the result handle result to the next row. Parameters: result The SQLite result resource. This parameter is not required when using the ob

hw_api::insertdocument

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Inserts a new object of type document hw_api_object hw_api::insertdocument ( array $parameter ) This function is a shortcut for hwapi_insert(). It inserts an object with content and sets some of the attributes required for a document. Parameters: parameter The parameter array contains the required elements 'object', 'parentIdenti

ps_shading_pattern

(PECL ps >= 1.3.0) Creates a pattern based on a shading int ps_shading_pattern ( resource $psdoc, int $shadingid, string $optlist ) Creates a pattern based on a shading, which has to be created before with ps_shading(). Shading patterns can be used like regular patterns. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new().

Gmagick::removeimageprofile

(PECL gmagick >= Unknown) Removes the named image profile and returns it public string Gmagick::removeimageprofile ( string $name ) Removes the named image profile and returns it. Parameters: name Name of profile to return: ICC, IPTC, or generic profile. Returns: The Gmagick object on success Exception: Throws

GmagickDraw::roundrectangle

(PECL gmagick >= Unknown) Draws a rounded rectangle public GmagickDraw GmagickDraw::roundrectangle ( float $x1, float $y1, float $x2, float $y2, float $rx, float $ry ) Draws a rounded rectangle given two coordinates, x and y corner radiuses and using the current stroke, stroke width, and fill settings. Parameters: x1 x ordinate of first coordinate

delete

See unlink() or unset() This is a dummy manual entry to satisfy those people who are looking for unlink() or unset() in the wrong place. See also: unlink() - unset() -

mysqli::init

(PHP 5, PHP 7) Initializes MySQLi and returns a resource for use with mysqli_real_connect() mysqli mysqli::init ( void ) Object oriented style Procedural style mysqli mysqli_init ( void ) Allocates or initializes a MYSQL object suitable for mysqli_options() and mysqli_real_connect(). Note: Any subsequent calls to any mysqli function (except mysqli_options()) will fail until mysqli_real_connect() was called.

DateTime::setISODate

(PHP 5 >= 5.2.0, PHP 7) Sets the ISO date public DateTime DateTime::setISODate ( int $year, int $week [, int $day = 1 ] ) Object oriented style Procedural style DateTime date_isodate_set ( DateTime $object , int $year , int $week [, int $day = 1 ] ) Set a date according to the ISO 8601 standard - using weeks and day offsets rather than specific dates. Parameters: object

ps_end_pattern

(PECL ps >= 1.2.0) End a pattern bool ps_end_pattern ( resource $psdoc ) Ends a pattern which was started with ps_begin_pattern(). Once a pattern has been ended, it can be used like a color to fill areas. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on success or FALSE on failure.