ps_arc

(PECL ps >= 1.1.0) Draws an arc counterclockwise bool ps_arc ( resource $psdoc, float $x, float $y, float $radius, float $alpha, float $beta ) Draws a portion of a circle with at middle point at (x, y). The arc starts at an angle of alpha and ends at an angle of beta. It is drawn counterclockwise (use ps_arcn() to draw clockwise). The subpath added to the current path starts on the arc at angle alpha and ends on the arc a

trader_cdlshortline

(PECL trader >= 0.2.0) Short Line Candle array trader_cdlshortline ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing

ibase_blob_get

(PHP 5, PHP 7) Get len bytes data from open blob string ibase_blob_get ( resource $blob_handle, int $len ) This function returns at most len bytes from a BLOB that has been opened for reading by ibase_blob_open(). Note: It is not possible to read from a BLOB that has been opened for writing by ibase_blob_create(). Parameters: blob_handle A BLOB handle opened with iba

MultipleIterator::countIterators

(PHP 5 >= 5.3.0, PHP 7) Gets the number of attached iterator instances public int MultipleIterator::countIterators ( void ) Gets the number of attached iterator instances. Returns: The number of attached iterator instances (as an integer). This function is currently not documented; only its argument list is available.

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.