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.

CachingIterator::setFlags

(PHP 5 >= 5.2.0, PHP 7) The setFlags purpose public void CachingIterator::setFlags ( int $flags ) Set the flags for the CachingIterator object. Parameters: flags Bitmask of the flags to set. Returns: No value is returned. This function is currently not documented; only its argument list is available.

variant_date_from_timestamp

(PHP 5, PHP 7) Returns a variant date representation of a Unix timestamp variant variant_date_from_timestamp ( int $timestamp ) Converts timestamp from a unix timestamp value into a variant of type VT_DATE. This allows easier interopability between the unix-ish parts of PHP and COM. Parameters: timestamp A unix timestamp. Returns: Returns a VT_DA

mime_content_type

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Detect MIME Content-type for a file string mime_content_type ( string $filename ) Returns the MIME content type for a file as determined by using information from the magic.mime file. Parameters: filename Path to the tested file. Returns: Returns the content type in MIME format, like text/plain or application/oct

Collator::sort

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Sort array using specified collator public bool Collator::sort ( array &$arr [, int $sort_flag ] ) Object oriented style Procedural style bool collator_sort ( Collator $coll , array &$arr [, int $sort_flag ] ) This function sorts an array according to current locale rules. Equivalent to standard PHP sort() . Parameters: co