NumberFormatter::getAttribute

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get an attribute public int NumberFormatter::getAttribute ( int $attr ) Object oriented style Procedural style int numfmt_get_attribute ( NumberFormatter $fmt , int $attr ) Get a numeric attribute associated with the formatter. An example of a numeric attribute is the number of integer digits the formatter will produce. Parameters:

ncurses_standout

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Start using 'standout' attribute int ncurses_standout ( void ) 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 your own risk. This function is curren

Gmagick::getimageblueprimary

(PECL gmagick >= Unknown) Returns the chromaticy blue primary point public array Gmagick::getimageblueprimary ( void ) Returns the chromaticity blue primary point for the image. Parameters: x The chromaticity blue primary x-point. y The chromaticity blue primary y-point. Returns: Array consisting of "x" and

imagejpeg

(PHP 4, PHP 5, PHP 7) Output image to browser or file bool imagejpeg ( resource $image [, string $filename [, int $quality ]] ) imagejpeg() creates a JPEG file from the given image. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). filename The path to save the file to. If

trader_cdlbelthold

(PECL trader >= 0.2.0) Belt-hold array trader_cdlbelthold ( 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 Closing price, a

Throwable::__toString

(PHP 7) Gets a string representation of the thrown object abstract public string Throwable::__toString ( void ) Returns: Returns the string representation of the thrown object. See also: Exception::__toString() -

SolrDocument::sort

(PECL solr >= 0.9.2) Sorts the fields in the document public bool SolrDocument::sort ( int $sortOrderBy [, int $sortDirection = SolrDocument::SORT_ASC ] ) The fields are rearranged according to the specified criteria and sort direction Fields can be sorted by boost values, field names and number of values. The sortOrderBy parameter must be one of : * SolrDocument::SORT_FIELD_NAME * SolrDocument::S

ArrayObject::ksort

(PHP 5 >= 5.2.0, PHP 7) Sort the entries by key public void ArrayObject::ksort ( void ) Sorts the entries by key, maintaining key to entry correlations. This is useful mainly for associative arrays. Returns: No value is returned. Examples: ArrayObject::ksort() example <?php $fruits = array("d" => "lemon", "a" =&

Ev::run

(PECL ev >= 0.2.0) Begin checking for events and calling callbacks for the default loop final public static void Ev::run ([ int $flags ] ) Begin checking for events and calling callbacks for the default loop . Returns when a callback calls Ev::stop() method, or the flags are nonzero(in which case the return value is true) or when there are no active watchers which reference the loop( EvWatcher::keepalive() is TRUE), in

SDO_DAS_XML_Document::setXMLVersion

(^) Sets the given string as xml version void SDO_DAS_XML_Document::setXMLVersion ( string $xmlVersion ) Sets the given string as xml version. Parameters: xmlVersion xml version string. Returns: None.