ps_clip

(PECL ps >= 1.1.0) Clips drawing to current path bool ps_clip ( resource $psdoc ) Takes the current path and uses it to define the border of a clipping area. Everything drawn outside of that area will not be visible. Parameters: psdoc Resource identifier of the postscript file as returned by ps_new(). Returns: Returns TRUE on success or FALSE

Gmagick::write

(PECL gmagick >= Unknown) Writes an image to the specified filename public void Gmagick::write ( string $filename ) Writes an image to the specified filename. If the filename parameter is NULL, the image is written to the filename set by Gmagick::ReadImage() or Gmagick::SetImageFilename(). Parameters: filename The image filename. Returns: The

ifx_free_result

(PHP 4, PHP <=5.2.0) Releases resources for the query bool ifx_free_result ( resource $result_id ) Releases resources for the query associated with result_id. Parameters: result_id result_id is a valid resultid returned by ifx_query() or ifx_prepare() (select type queries only!). Returns: Returns TRUE on success or FALSE on failure.

trader_rocr

(PECL trader >= 0.2.0) Rate of change ratio: (price/prevPrice) array trader_rocr ( array $real [, integer $timePeriod ] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. Returns: Returns an array with calculated data or false on failure.

dbplus_unselect

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Remove a constraint from relation int dbplus_unselect ( resource $relation ) Calling dbplus_unselect() will remove a constraint previously set by dbplus_find() on relation. Parameters: relation A relation opened by dbplus_open(). Returns:

ibase_query

(PHP 5, PHP 7) Execute a query on an InterBase database resource ibase_query ([ resource $link_identifier ], string $query [, int $bind_args ] ) Performs a query on an InterBase database. Parameters: link_identifier An InterBase link identifier. If omitted, the last opened link is assumed. query An InterBase query.

PDF_begin_page_ext

(PECL pdflib >= 2.0.0) Start new page bool PDF_begin_page_ext ( resource $pdfdoc, float $width, float $height, string $optlist ) Adds a new page to the document, and specifies various options. The parameters width and height are the dimensions of the new page in points. Returns TRUE on success or FALSE on failure. Common Page Sizes in Points name size A0 2380 x 3368 A1 1684 x 2380 A2 1190 x 1684 A3 842 x 1190 A4 595 x 84

trader_cdlmorningdojistar

(PECL trader >= 0.2.0) Morning Doji Star array trader_cdlmorningdojistar ( array $open, array $high, array $low, array $close [, float $penetration ] ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values.

maxdb_bind_result

(PECL maxdb 1.0) Alias of maxdb_stmt_bind_result() This function is an alias of: maxdb_stmt_bind_result(). This function alias is deprecated and only exists for backwards compatibility reasons. The use of this function is not recommended, as it may be removed from PHP in the future.

trader_cdlupsidegap2crows

(PECL trader >= 0.2.0) Upside Gap Two Crows array trader_cdlupsidegap2crows ( 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