DOMDocument::saveHTML

(PHP 5, PHP 7) Dumps the internal document into a string using HTML formatting public string DOMDocument::saveHTML ([ DOMNode $node = NULL ] ) Creates an HTML document from the DOM representation. This function is usually called after building a new dom document from scratch as in the example below. Parameters: node Optional parameter to output a subset of the document

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

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

ImagickDraw::annotation

(PECL imagick 2.0.0) Draws text on the image bool ImagickDraw::annotation ( float $x, float $y, string $text ) Draws text on the image. Parameters: x The x coordinate where text is drawn y The y coordinate where text is drawn text The text to draw on the image Returns: No val

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