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.

cubrid_seq_drop

(PECL CUBRID >= 8.3.0) Delete an element from sequence type column using OID bool cubrid_seq_drop ( resource $conn_identifier, string $oid, string $attr_name, int $index ) The cubrid_seq_drop() function is used to delete an element you request from the given sequence type attribute in the database. Parameters: conn_identifier Connection identifier.

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.

SoapClient::__getLastRequest

(PHP 5 >= 5.0.1, PHP 7) Returns last SOAP request public string SoapClient::__getLastRequest ( void ) Returns the XML sent in the last SOAP request. Note: This method works only if the SoapClient object was created with the trace option set to TRUE. Returns: The last SOAP request, as an XML string. Examples: SoapClient::__getLa

trader_max

(PECL trader >= 0.2.0) Highest value over a specified period array trader_max ( 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.

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.

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.

fann_set_cascade_min_out_epochs

(PECL fann >= 1.0.0) Sets the minimum out epochs bool fann_set_cascade_min_out_epochs ( resource $ann, int $cascade_min_out_epochs ) Sets the minimum out epochs. Parameters: ann Neural network resource. cascade_min_out_epochs The minimum out epochs. Returns: Returns TRUE on success, or FALSE otherwise.

OCI-Lob::write

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Writes data to the large object int OCI-Lob::write ( string $data [, int $length ] ) Writes data from the parameter data into the current position of LOB's internal pointer. Parameters: data The data to write in the LOB. length If this parameter is given, writing will stop after length bytes have be