SDO_Model_Property::isContainment

(^) Test to see if the property defines a containment relationship bool SDO_Model_Property::isContainment ( void ) Test to see if the property corresponds to a containment relationship. Returns TRUE if the property defines a containment relationship, or FALSE if it is reference. Returns: Returns TRUE if the property defines a containment relationship, or FALSE if it is reference.

maxdb_escape_string

(PECL maxdb 1.0) Alias of maxdb_real_escape_string() This function is an alias of: maxdb_real_escape_string().

trader_ema

(PECL trader >= 0.2.0) Exponential Moving Average array trader_ema ( 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.

ReflectionProperty::isPrivate

(PHP 5, PHP 7) Checks if property is private public bool ReflectionProperty::isPrivate ( void ) Checks whether the property is private. Returns: TRUE if the property is private, FALSE otherwise. See also: ReflectionProperty::isPublic() - ReflectionProperty::isProtected() -

SolrQuery::getMltMaxNumTokens

(PECL solr >= 0.9.2) Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support public int SolrQuery::getMltMaxNumTokens ( void ) Returns the maximum number of tokens to parse in each document field that is not stored with TermVector support Returns: Returns an integer on success and NULL if not set.

fann_create_standard_array

(PECL fann >= 1.0.0) Creates a standard fully connected backpropagation neural network using an array of layer sizes resource fann_create_standard_array ( int $num_layers, array $layers ) Creates a standard fully connected backpropagation neural network. There will be a bias neuron in each layer (except the output layer), and this bias neuron will be connected to all neurons in the next layer. When running the network,

trader_cdl3blackcrows

(PECL trader >= 0.2.0) Three Black Crows array trader_cdl3blackcrows ( 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 Closi

SWFMovie::save

(PHP 5 <= 5.3.0, PECL ming SVN) Saves the SWF movie in a file int SWFMovie::save ( string $filename [, int $compression = -1 ] ) Saves the SWF movie to the specified filename. Parameters: filename The path to the saved SWF document. compression The compression level can be a value between 0 and 9, defining the SWF compression simila

SWFMorph::getShape2

(PHP 5 <= 5.3.0, PECL ming SVN) Gets a handle to the ending shape SWFShape SWFMorph::getShape2 ( void ) Gets the morph's ending shape. Returns: Returns a SWFShape object. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at

SolrQuery::getMltFields

(PECL solr >= 0.9.2) Returns all the fields to use for similarity public array SolrQuery::getMltFields ( void ) Returns all the fields to use for similarity Returns: Returns an array on success and NULL if not set.