stats_dens_normal

(PECL stats >= 1.0.0) Not documented float stats_dens_normal ( float $x, float $ave, float $stdev ) Parameters: x ave stdev Returns: This function is currently not documented; only its argument list is available.

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.

ibase_blob_import

(PHP 5, PHP 7) Create blob, copy file in it, and close it string ibase_blob_import ( resource $link_identifier, resource $file_handle ) string ibase_blob_import ( resource $file_handle ) This function creates a BLOB, reads an entire file into it, closes it and returns the assigned BLOB id. Parameters: link_identifier An InterBase link identifier. If omitted, the last ope

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.