variant_get_type

(PHP 5, PHP 7) Returns the type of a variant object int variant_get_type ( variant $variant ) Returns the type of a variant object. Parameters: variant The variant object. Returns: This function returns an integer value that indicates the type of variant, which can be an instance of COM, DOTNET or VARIANT classes. The return value can be compared

gmdate

(PHP 4, PHP 5, PHP 7) Format a GMT/UTC date/time string gmdate ( string $format [, int $timestamp = time() ] ) Identical to the date() function except that the time returned is Greenwich Mean Time (GMT). Parameters: format The format of the outputted date string. See the formatting options for the date() function. timestamp The optiona

gzinflate

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Inflate a deflated string string gzinflate ( string $data [, int $length = 0 ] ) This function inflates a deflated string. Parameters: data The data compressed by gzdeflate(). length The maximum length of data to decode. Returns: The original uncompressed data or FALSE on erro

TokyoTyrant::getIterator

(No version information available, might only be in Git) Get an iterator public TokyoTyrantIterator TokyoTyrant::getIterator ( void ) Gets an iterator for iterating all keys / values in the database. Returns: This method returns TokyoTyrantIterator object and throws TokyoTyrantException on failure. Examples: TokyoTyrant::getIterator()

GmagickDraw::rectangle

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

snmpwalkoid

(PHP 4, PHP 5, PHP 7) Query for a tree of information about a network entity array snmpwalkoid ( string $hostname, string $community, string $object_id [, int $timeout = 1000000 [, int $retries = 5 ]] ) snmpwalkoid() function is used to read all object ids and their respective values from an SNMP agent specified by hostname. The existence of snmpwalkoid() and snmpwalk() has historical reasons. Both functions are provide

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().