IntlCalendar::getMaximum

(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) Get the global maximum value for a field public int IntlCalendar::getMaximum ( int $field ) Object oriented style Procedural style int intlcal_get_maximum ( IntlCalendar $cal , int $field ) Gets the global maximum for a field, in this specific calendar. This value is larger or equal to that returned by IntlCalendar::getActualMaximum(), which is in its turn larger or equal to that r

SWFDisplayItem::multColor

(PHP 5 <= 5.3.0, PECL ming SVN) Multiplies the item's color transform void SWFDisplayItem::multColor ( float $red, float $green, float $blue [, float $a ] ) swfdisplayitem::multcolor() multiplies the item's color transform by the given values. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Parameters:

zlib_get_coding_type

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Returns the coding type used for output compression string zlib_get_coding_type ( void ) Returns the coding type used for output compression. Returns: Possible return values are gzip, deflate, or FALSE. See also: zlib.output_compression -

mb_strwidth

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Return width of string int mb_strwidth ( string $str [, string $encoding = mb_internal_encoding() ] ) Returns the width of string str. Multi-byte characters are usually twice the width of single byte characters. Characters width Chars Width U+0000 - U+0019 0 U+0020 - U+1FFF 1 U+2000 - U+FF60 2 U+FF61 - U+FF9F 1 U+FFA0 - 2 Parameters: str The string

mcrypt_module_get_supported_key_sizes

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns an array with the supported keysizes of the opened algorithm array mcrypt_module_get_supported_key_sizes ( string $algorithm [, string $lib_dir ] ) Returns an array with the key sizes supported by the specified algorithm. If it returns an empty array then all key sizes between 1 and mcrypt_module_get_algo_key_size() are supported by the algorithm. Parameters:

PDF_begin_pattern

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Start pattern definition int PDF_begin_pattern ( resource $pdfdoc, float $width, float $height, float $xstep, float $ystep, int $painttype ) Starts a new pattern definition.

GmagickDraw::getfillopacity

(PECL gmagick >= Unknown) Returns the opacity used when drawing public float GmagickDraw::getfillopacity ( void ) Returns the opacity used when drawing Returns: Returns the opacity used when drawing using the fill color or fill texture. Fully opaque is 1.0.

SplFileObject::ftell

(PHP 5 >= 5.1.0, PHP 7) Return current file position public int SplFileObject::ftell ( void ) Returns the position of the file pointer which represents the current offset in the file stream. Returns: Returns the position of the file pointer as an integer, or FALSE on error. Examples: SplFileObject::ftell() example <

SplFileObject::setFlags

(PHP 5 >= 5.1.0, PHP 7) Sets flags for the SplFileObject public void SplFileObject::setFlags ( int $flags ) Sets the flags to be used by the SplFileObject. Parameters: flags Bit mask of the flags to set. See SplFileObject constants for the available flags. Returns: No value is returned. Exampl

CairoSurface::markDirty

(PECL cairo >= 0.1.0) The markDirty purpose public void CairoSurface::markDirty ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoSurface::markDirty() example <