trader_cdl3whitesoldiers

(PECL trader >= 0.2.0) Three Advancing White Soldiers array trader_cdl3whitesoldiers ( 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

CairoContext::textPath

(PECL cairo >= 0.1.0) The textPath purpose public void CairoContext::textPath ( string $string ) Object oriented style Procedural style void cairo_text_path ( CairoContext $context , string $text ) Adds closed paths for text to the current path. The generated path, if filled, achieves an effect similar to that of CairoContext::showText(). Text conversion and positioning is done similar to CairoContext::showText(). L

Imagick::setImageUnits

(PECL imagick 2.0.0) Sets the image units of resolution bool Imagick::setImageUnits ( int $units ) Sets the image units of resolution. Parameters: units Sets the image units of resolution. Returns: Returns TRUE on success.

AppendIterator::key

(PHP 5 >= 5.1.0, PHP 7) Gets the current key public scalar AppendIterator::key ( void ) Get the current key. Returns: The current key if it is valid or NULL otherwise. Examples: AppendIterator::key() basic example <?php $array_a = new ArrayIterator(array('a' => 'aardwolf', 'b' => 'bear', 'c' => 'capybara')

odbc_procedures

(PHP 4, PHP 5, PHP 7) Get the list of procedures stored in a specific data source resource odbc_procedures ( resource $connection_id ) resource odbc_procedures ( resource $connection_id , string $qualifier , string $owner , string $name ) Lists all procedures in the requested range. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details.

CairoFontOptions::hash

(PECL cairo >= 0.1.0) The hash purpose public int CairoFontOptions::hash ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoFontOptions::hash() example <?php /* .

trader_cdlhikkakemod

(PECL trader >= 0.2.0) Modified Hikkake Pattern array trader_cdlhikkakemod ( 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

trader_ht_sine

(PECL trader >= 0.2.0) Hilbert Transform - SineWave array trader_ht_sine ( array $real ) Parameters: real Array of real values. Returns: Returns an array with calculated data or false on failure.

mysqli_result::free

(PHP 5, PHP 7) Frees the memory associated with a result void mysqli_result::free ( void ) Object oriented style void mysqli_result::close ( void ) void mysqli_result::free_result ( void ) Procedural style void mysqli_free_result ( mysqli_result $result ) Frees the memory associated with the result. Note: You should always free your result with mysqli_free_result(), when your result object is not needed anymore.

OCI-Collection::free

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Frees the resources associated with the collection object bool OCI-Collection::free ( void ) Frees the resources associated with the collection object. Returns: Returns TRUE on success or FALSE on failure. See also: oci_new_collection -