imagewbmp

(PHP 4 >= 4.0.1, PHP 5, PHP 7) Output image to browser or file bool imagewbmp ( resource $image [, string $filename [, int $foreground ]] ) imagewbmp() outputs or save a WBMP version of the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). filename The path

IntlChar::isblank

(PHP 7) Check if code point is a "blank" or "horizontal space" character public static bool IntlChar::isblank ( mixed $codepoint ) Determines whether the specified code point is a "blank" or "horizontal space", a character that visibly separates words on a line. The following are equivalent definitions: TRUE for Unicode White_Space characters except for "vertical space controls" where "vertical space controls" are the fo

Locale::getDisplayVariant

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Returns an appropriately localized display name for variants of the input locale public static string Locale::getDisplayVariant ( string $locale [, string $in_locale ] ) Object oriented style Procedural style string locale_get_display_variant ( string $locale [, string $in_locale ] ) Returns an appropriately localized display name for variants of the input locale. If is

CairoFontFace::__construct

(PECL cairo >= 0.1.0) Creates a new CairoFontFace object public CairoFontFace::__construct ( void ) CairoFontFace class represents a particular font at a particular weight, slant, and other characteristic but no transformation or size. Note: This class can't be instantiated directly it is created by CairoContext::getFontFace() or cairo_scaled_font_get_font_face() Returns: CairoFontFace

stats_stat_percentile

(PECL stats >= 1.0.0) Not documented float stats_stat_percentile ( float $df, float $xnonc ) Parameters: df xnonc Returns: This function is currently not documented; only its argument list is available.

DateTime::diff

(PHP 5 >= 5.3.0, PHP 7) Returns the difference between two DateTime objects public DateInterval DateTime::diff ( DateTimeInterface $datetime2 [, bool $absolute = false ] ) Object oriented style public DateInterval DateTimeImmutable::diff ( DateTimeInterface $datetime2 [, bool $absolute = false ] ) public DateInterval DateTimeInterface::diff ( DateTimeInterface $datetime2 [, bool $absolute = false ] ) Procedural style D

image_type_to_extension

(PHP 5, PHP 7) Get file extension for image type string image_type_to_extension ( int $imagetype [, bool $include_dot = TRUE ] ) Returns the extension for the given IMAGETYPE_XXX constant. Parameters: imagetype One of the IMAGETYPE_XXX constant. include_dot Whether to prepend a dot to the extension or not. Default to TRUE.

MongoGridFS::find

(PECL mongo >=0.9.0) Queries for files public MongoGridFSCursor MongoGridFS::find ([ array $query = array() [, array $fields = array() ]] ) Parameters: query The query. fields Fields to return. Returns: A MongoGridFSCursor.

GearmanTask::returnCode

(PECL gearman >= 0.5.0) Get the last return code public int GearmanTask::returnCode ( void ) Returns the last Gearman return code for this task. Returns: A valid Gearman return code. See also: GearmanClient::returnCode() -

imap_undelete

(PHP 4, PHP 5, PHP 7) Unmark the message which is marked deleted bool imap_undelete ( resource $imap_stream, int $msg_number [, int $flags = 0 ] ) Removes the deletion flag for a specified message, which is set by imap_delete() or imap_mail_move(). Parameters: imap_stream An IMAP stream returned by imap_open(). msg_number The message num