ps_show_boxed

(PECL ps >= 1.1.0) Output text in a box int ps_show_boxed ( resource $psdoc, string $text, float $left, float $bottom, float $width, float $height, string $hmode [, string $feature ] ) Outputs a text in a given box. The lower left corner of the box is at (left, bottom). Line breaks will be inserted where needed. Multiple spaces are treated as one. Tabulators are treated as spaces. The text will be hyphenated if the para

SWFDisplayItem::addAction

(PHP 5 <= 5.3.0, PECL ming SVN) Adds this SWFAction to the given SWFSprite instance void SWFDisplayItem::addAction ( SWFAction $action, int $flags ) Parameters: action An SWFAction, returned by SWFAction::__construct(). flags An SWFAction, returned by SWFAction::__construct(). Returns: No value is returned.

ImagickPixel::setColorValue

(PECL imagick 2.0.0) Sets the normalized value of one of the channels bool ImagickPixel::setColorValue ( int $color, float $value ) Sets the value of the specified channel of this object to the provided value, which should be between 0 and 1. This function can be used to provide an opacity channel to an ImagickPixel object. Parameters: color One of the Imagick color const

Yaf_Route_Map::route

(Yaf >=1.0.0) The route purpose public bool Yaf_Route_Map::route ( Yaf_Request_Abstract $request ) Parameters: request Returns: This function is currently not documented; only its argument list is available.

Imagick::steganoImage

(PECL imagick 2.0.0) Hides a digital watermark within the image Imagick Imagick::steganoImage ( Imagick $watermark_wand, int $offset ) Hides a digital watermark within the image. Recover the hidden watermark later to prove that the authenticity of an image. Offset defines the start position within the image to hide the watermark. Parameters: watermark_wand Hides a digital

FANNConnection::setWeight

(PECL fann >= 1.0.0) Sets the connections weight public bool FANNConnection::setWeight ( float $weight ) Sets the connection weight. This method is different than fann_set_weight(). It does not update the weight value in the network. The network value is updated only after calling fann_set_weight_array(). Parameters: weight The connection weight.

snmp_get_quick_print

(PHP 4, PHP 5, PHP 7) Fetches the current value of the UCD library's quick_print setting bool snmp_get_quick_print ( void ) Returns the current value stored in the UCD Library for quick_print. quick_print is off by default. Returns: Returns TRUE if quick_print is on, FALSE otherwise. Examples: snmp_get_quick_print() example

CairoPdfSurface::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoPdfSurface::__construct ( string $file, float $width, float $height ) The method description goes here. Parameters: file Description... width Description... height Description... Returns: Description...

hw_api_reason::description

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns description of reason string hw_api_reason::description ( void ) Returns the description of a reason Returns: Returns the description, as a string.

yp_first

(PHP 4, PHP 5 <= 5.0.5) Returns the first key-value pair from the named map array yp_first ( string $domain, string $map ) Gets the first key-value pair from the named map in the named domain. Parameters: domain The NIS domain name. map The NIS map. Returns: Returns the first key-value pair as an array on su