TokyoTyrantTable::setIndex

(PECL tokyo_tyrant >= 0.1.0) Sets index public mixed TokyoTyrantTable::setIndex ( string $column, int $type ) Sets an index on a specified column. The index type is one of the TokyoTyrant::RDBIT_* constants. Passing TokyoTyrant::RDBIT_VOID removes the index. Parameters: column The name of the column type The index type

event_free

(PECL libevent >= 0.0.1) Free event resource void event_free ( resource $event ) Frees previously created event resource. Parameters: event Valid event resource.

fbsql_fetch_assoc

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Fetch a result row as an associative array array fbsql_fetch_assoc ( resource $result ) Calling fbsql_fetch_assoc() is equivalent to calling fbsql_fetch_array() with FBSQL_ASSOC as second parameter. It only returns an associative array. This is the way fbsql_fetch_array() originally worked. If you need the numeric indices as well as the associative, use fbsql_fetch_array(). An important

ImagickPixelIterator::getNextIteratorRow

(PECL imagick 2.0.0) Returns the next row of the pixel iterator array ImagickPixelIterator::getNextIteratorRow ( void ) Returns the next row as an array of pixel wands from the pixel iterator. Returns: Returns the next row as an array of ImagickPixel objects, throwing ImagickPixelIteratorException on error. This function is currently not documented; only its ar

Gmagick::getimagehistogram

(PECL gmagick >= Unknown) Gets the image histogram public array Gmagick::getimagehistogram ( void ) Returns the image histogram as an array of GmagickPixel objects. Throw an GmagickException on error. Returns: Returns the image histogram as an array of GmagickPixel objects. Exception: Throws an GmagickException on error.

Gmagick::setimagerenderingintent

(PECL gmagick >= Unknown) Sets the image rendering intent public Gmagick Gmagick::setimagerenderingintent ( int $rendering_intent ) Sets the image rendering intent. Parameters: rendering_intent The image rendering intent: UndefinedIntent, SaturationIntent, PerceptualIntent, AbsoluteIntent, or RelativeIntent. Returns: The Gmagick object on succ

tidy::body

(PHP 5, PHP 7, PECL tidy 0.5.2-1.0) Returns a tidyNode object starting from the <body> tag of the tidy parse tree tidyNode tidy::body ( void ) Object oriented style Procedural style tidyNode tidy_get_body ( tidy $object ) Returns a tidyNode object starting from the <body> tag of the tidy parse tree. Parameters: object The Tidy object. Retu

Gmagick::levelimage

(PECL gmagick >= Unknown) Adjusts the levels of an image public mixed Gmagick::levelimage ( float $blackPoint, float $gamma, float $whitePoint [, int $channel = Gmagick::CHANNEL_DEFAULT ] ) Adjusts the levels of an image by scaling the colors falling between specified white and black points to the full available quantum range. The parameters provided represent the black, mid, and white points. The black point specifies t

mcrypt_get_iv_size

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Returns the size of the IV belonging to a specific cipher/mode combination int mcrypt_get_iv_size ( string $cipher, string $mode ) Gets the size of the IV belonging to a specific cipher/mode combination. It is more useful to use the mcrypt_enc_get_iv_size() function as this uses the resource returned by mcrypt_module_open(). Parameters: cipher

Imagick::getOption

(PECL imagick 2.0.0) Returns a value associated with the specified key string Imagick::getOption ( string $key ) Returns a value associated within the object for the specified key. Parameters: key The name of the option Returns: Returns a value associated with a wand and the specified key. Exception: Throws Imagi