QuickHashIntHash::saveToString

(PECL quickhash >= Unknown) This method returns a serialized version of the hash public string QuickHashIntHash::saveToString ( void ) This method returns a serialized version of the hash in the same format that loadFromString() can read. Returns: This method returns a string containing a serialized format of the hash. Each element is stored as a four byte value in the Endianness that the curre

CairoContext::status

(PECL cairo >= 0.1.0) The status purpose public int CairoContext::status ( void ) Object oriented style (method): Procedural style: int cairo_status ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only its arg

var_dump

(PHP 4, PHP 5, PHP 7) Dumps information about a variable void var_dump ( mixed $expression [, mixed $... ] ) This function displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure. All public, private and protected properties of objects will be returned in the output unless the object implements a __de

RarEntry::isEncrypted

(PECL rar >= 2.0.0) Test whether an entry is encrypted public bool RarEntry::isEncrypted ( void ) Tests whether the current entry contents are encrypted. Note: The password used may differ between files inside the same RAR archive. Returns: Returns TRUE if the current entry is encrypted and FALSE otherwise.

Yaf_Request_Simple::getQuery

(Yaf >=1.0.0) The getQuery purpose public void Yaf_Request_Simple::getQuery ( void ) Returns: This function is currently not documented; only its argument list is available.

CairoSolidPattern::getRgba

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

Imagick::clipImage

(PECL imagick 2.0.0) Clips along the first path from the 8BIM profile bool Imagick::clipImage ( void ) Clips along the first path from the 8BIM profile, if present. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

gnupg_sign

(PECL gnupg >= 0.1) Signs a given text string gnupg_sign ( resource $identifier, string $plaintext ) Signs the given plaintext with the keys, which were set with gnupg_addsignkey before and returns the signed text or the signature, depending on what was set with gnupg_setsignmode. Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg.

fbsql_fetch_array

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Fetch a result row as an associative array, a numeric array, or both array fbsql_fetch_array ( resource $result [, int $result_type ] ) fbsql_fetch_array() is a combination of fbsql_fetch_row() and fbsql_fetch_assoc(). An important thing to note is that using fbsql_fetch_array() is NOT significantly slower than using fbsql_fetch_row(), while it provides a significant added value.

Imagick::paintTransparentImage

(PECL imagick 2.0.0) Changes any pixel that matches color with the color defined by fill bool Imagick::paintTransparentImage ( mixed $target, float $alpha, float $fuzz ) Changes any pixel that matches color with the color defined by fill. Parameters: target Change this target color to specified opacity value within the image. alpha The