gnupg_encryptsign

(PECL gnupg >= 0.2) Encrypts and signs a given text string gnupg_encryptsign ( resource $identifier, string $plaintext ) Encrypts and signs the given plaintext with the keys, which were set with gnupg_addsignkey and gnupg_addencryptkey before and returns the encrypted and signed text. Parameters: identifier The gnupg identifier, from a call to gnupg_init() or gnupg.

SwishResults::getParsedWords

(PECL swish >= 0.1.0) Get an array of parsed words array SwishResults::getParsedWords ( string $index_name ) Parameters: indexi_name The name of the index used to initialize Swish object. Returns: An array of parsed words with stopwords removed. The list of parsed words may be useful for highlighting search terms in the results.

SWFTextField::setRightMargin

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the right margin width of the text field void SWFTextField::setRightMargin ( float $width ) swftextfield::setrightmargin() sets the right margin width of the text field to width. Default is 0. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documenta

Imagick::haldClutImage

(No version information available, might only be in Git) Replaces colors in the image public bool Imagick::haldClutImage ( Imagick $clut [, int $channel = Imagick::CHANNEL_DEFAULT ] ) Replaces colors in the image using a Hald lookup table. Hald images can be created using HALD color coder. Parameters: clut Imagick object containing the Hald lookup image.

Gmagick::setimagefilename

(PECL gmagick >= Unknown) Sets the filename of a particular image in a sequence public Gmagick Gmagick::setimagefilename ( string $filename ) Sets the filename of a particular image in a sequence. Parameters: filename The image filename. Returns: The Gmagick object on success. Exception: Throws an GmagickExcep

Imagick::cycleColormapImage

(PECL imagick 2.0.0) Displaces an image's colormap bool Imagick::cycleColormapImage ( int $displace ) Displaces an image's colormap by a given number of positions. If you cycle the colormap a number of times you can produce a psychedelic effect. Parameters: displace The amount to displace the colormap. Returns: Returns TRUE on success.

Imagick::setImagePage

(PECL imagick 2.0.0) Sets the page geometry of the image bool Imagick::setImagePage ( int $width, int $height, int $x, int $y ) Sets the page geometry of the image. Parameters: width Sets the page geometry of the image. height Sets the page geometry of the image. x Sets the page geometry of the image.

Gmagick::setimageiterations

(PECL gmagick >= Unknown) Sets the image iterations. public Gmagick Gmagick::setimageiterations ( int $iterations ) Sets the image iterations. Parameters: iterations The image delay in 1/100th of a second. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

Imagick::getQuantum

(No version information available, might only be in Git) Description public static int Imagick::getQuantum ( void ) Returns the ImageMagick quantum range as an integer. Returns:

udm_load_ispell_data

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Load ispell data bool udm_load_ispell_data ( resource $agent, int $var, string $val1, string $val2, int $flag ) udm_load_ispell_data() loads ispell data. After using this function to free memory allocated for ispell data, please use udm_free_ispell_data(), even if you use UDM_ISPELL_TYPE_SERVER mode. Parameters: ag