Imagick::identifyImage

(PECL imagick 2.0.0) Identifies an image and fetches attributes array Imagick::identifyImage ([ bool $appendRawOutput = false ] ) Identifies an image and returns the attributes. Attributes include the image width, height, size, and others. Parameters: appendRawOutput Identifies an image and returns the attributes. Attributes include the image width, height, size, and oth

cubrid_lob_send

(PECL CUBRID >= 8.3.1) Read BLOB/CLOB data and send straight to browser bool cubrid_lob_send ( resource $conn_identifier, resource $lob_identifier ) cubrid_lob_send() reads BLOB/CLOB data and passes it straight through to the browser. To use this function, you must use cubrid_lob_get() first to get BLOB/CLOB info from CUBRID. Parameters: conn_identifier Connection ident

Imagick::removeImageProfile

(PECL imagick 2.0.0) Removes the named image profile and returns it string Imagick::removeImageProfile ( string $name ) Removes the named image profile and returns it. Parameters: name Removes the named image profile and returns it. Returns: Returns a string containing the profile of the image. Exception: Throws

Imagick::contrastStretchImage

(PECL imagick 2.0.0) Enhances the contrast of a color image bool Imagick::contrastStretchImage ( float $black_point, float $white_point [, int $channel = Imagick::CHANNEL_ALL ] ) Enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Parameters:

imap_renamemailbox

(PHP 4, PHP 5, PHP 7) Rename an old mailbox to new mailbox bool imap_renamemailbox ( resource $imap_stream, string $old_mbox, string $new_mbox ) This function renames on old mailbox to new mailbox (see imap_open() for the format of mbox names). Parameters: imap_stream An IMAP stream returned by imap_open(). old_mbox The old mailbox name,

IntlTimeZone::createEnumeration

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get an enumeration over time zone IDs associated with the given country or offset public static IntlIterator IntlTimeZone::createEnumeration ([ mixed $countryOrRawOffset ] ) Parameters: countryOrRawOffset Returns: This function is currently not documented; only its argument lis

goto

(PHP 5 >= 5.3.0, PHP 7) Examples: goto example The goto operator can be used to jump to another section in the program. The target point is specified by a label followed by a colon, and the instruction is given as goto followed by the desired target label. This is not a full unrestricted goto. The target label must be within the same file and context, meaning that you cannot jump out of

mysqli_stmt::get_warnings

(PHP 5 >= 5.1.0, PHP 7) Get result of SHOW WARNINGS object mysqli_stmt::get_warnings ( mysqli_stmt $stmt ) Object oriented style Procedural style object mysqli_stmt_get_warnings ( mysqli_stmt $stmt ) This function is currently not documented; only its argument list is available.

IntlTimeZone::toDateTimeZone

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Convert to DateTimeZone object public DateTimeZone IntlTimeZone::toDateTimeZone ( void ) Returns: This function is currently not documented; only its argument list is available.

GmagickDraw::setfillopacity

(PECL gmagick >= Unknown) The setfillopacity purpose public GmagickDraw GmagickDraw::setfillopacity ( float $fill_opacity ) Sets the opacity to use when drawing using the fill color or fill texture. Setting it to 1.0 will make fill full opaque. Parameters: fill_opacity Fill opacity Returns: The GmagickDraw object on success