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.

$_SESSION

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Session variables An associative array containing session variables available to the current script. See the Session functions documentation for more information on how this is used. $HTTP_SESSION_VARS contains the same initial information, but is not a superglobal. (Note that $HTTP_SESSION_VARS and $_SESSION are different variables and that PHP handles them as such)

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.

fann_set_cascade_output_change_fraction

(PECL fann >= 1.0.0) Sets the cascade output change fraction bool fann_set_cascade_output_change_fraction ( resource $ann, float $cascade_output_change_fraction ) Sets the cascade output change fraction. Parameters: ann Neural network resource. cascade_output_change_fraction The cascade output change fraction. Retur

stats_cdf_beta

(PECL stats >= 1.0.0) CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others. float stats_cdf_beta ( float $par1, float $par2, float $par3, int $which ) Method Cumulative distribution function (P) is calculated directly by code associated with the following reference. DiDinato, A. R. and Morris, A. H. Algorithm 708: Significant Digit Computation of the Incompl

SolrQuery::setTermsSort

(PECL solr >= 0.9.2) Specifies how to sort the returned terms public SolrQuery SolrQuery::setTermsSort ( int $sortType ) If SolrQuery::TERMS_SORT_COUNT, sorts the terms by the term frequency (highest count first). If SolrQuery::TERMS_SORT_INDEX, returns the terms in index order Parameters: sortType SolrQuery::TERMS_SORT_INDEX or SolrQuery::TERMS_SORT_COUNT

DateTime::sub

(PHP 5 >= 5.3.0, PHP 7) Subtracts an amount of days, months, years, hours, minutes and seconds from a DateTime object public DateTime DateTime::sub ( DateInterval $interval ) Object oriented style Procedural style DateTime date_sub ( DateTime $object , DateInterval $interval ) Subtracts the specified DateInterval object from the specified DateTime object. Parameters: object

odbc_statistics

(PHP 4, PHP 5, PHP 7) Retrieve statistics about a table resource odbc_statistics ( resource $connection_id, string $qualifier, string $owner, string $table_name, int $unique, int $accuracy ) Get statistics about a table and its indexes. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details. qualifier The

tidyNode::getParent

(PHP 5 >= 5.2.2, PHP 7) Returns the parent node of the current node tidyNode tidyNode::getParent ( void ) Returns the parent node of the current node. Returns: Returns a tidyNode if the node has a parent, or NULL otherwise. Examples: tidyNode::hasChildren() example <?php $html = <<< HTML <html><he