SDO_DataObject::getTypeName

(^) Return the name of the type for a data object. string SDO_DataObject::getTypeName ( void ) Return the name of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getName(). Returns: The name of the type for the data object. This function is EXPERIMENTAL. The behaviour of this function, its name, and

GmagickPixel::getcolor

(PECL gmagick >= Unknown) Returns the color public mixed GmagickPixel::getcolor ([ bool $as_array [, bool $normalize_array ]] ) Returns the color described by the GmagickPixel object, as an array. If the color has an opacity channel set, this is provided as a fourth value in the list. Parameters: as_array True to indicate return of array instead of string

ImagickDraw::polygon

(PECL imagick 2.0.0) Draws a polygon bool ImagickDraw::polygon ( array $coordinates ) Draws a polygon using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates. Parameters: coordinates multidimensional array like array( array( 'x' => 3, 'y' => 4 ), array( 'x' => 2, 'y' => 6 ) ); Returns:

XMLWriter::setIndentString

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Set string used for indenting bool XMLWriter::setIndentString ( string $indentString ) Object oriented style Procedural style bool xmlwriter_set_indent_string ( resource $xmlwriter , string $indentString ) Sets the string which will be used to indent each element/attribute of the resulting xml. Parameters: xmlwriter O

enchant_dict_quick_check

(PHP 5 >= 5.3.0, PHP 7, PECL enchant:0.2.0-1.0.1) Check the word is correctly spelled and provide suggestions bool enchant_dict_quick_check ( resource $dict, string $word [, array &$suggestions ] ) If the word is correctly spelled return TRUE, otherwise return FALSE, if suggestions variable is provided, fill it with spelling alternatives. Parameters: dict Dictionar

Imagick::setFont

(PECL imagick 2.1.0) Sets font bool Imagick::setFont ( string $font ) Sets object's font property. This method can be used for example to set font for caption: pseudo-format. The font needs to be configured in ImageMagick configuration or a file by the name of font must exist. This method should not be confused with ImagickDraw::setFont() which sets the font for a specific ImagickDraw object. This method is available if Imag

DOMNode::getLineNo

(PHP 5 >= 5.3.0, PHP 7) Get line number for a node public int DOMNode::getLineNo ( void ) Gets line number for where the node is defined. Returns: Always returns the line number where the node was defined in. Examples: DOMNode::getLineNo() example <?php // XML dump for below example $xml = <<<XML <?xml v

SolrQuery::getTermsSort

(PECL solr >= 0.9.2) Returns an integer indicating how terms are sorted public int SolrQuery::getTermsSort ( void ) SolrQuery::TERMS_SORT_INDEX indicates that the terms are returned by index order. SolrQuery::TERMS_SORT_COUNT implies that the terms are sorted by term frequency (highest count first) Returns: Returns an integer on success and NULL if not set.

HaruPage::getDash

(PECL haru >= 0.0.1) Get the current dash pattern array HaruPage::getDash ( void ) Get the current dash pattern. See HaruPage::setDash() for more information on dash patterns. Returns: Returns the current dash pattern as an array of two elements - "pattern" and "phase" or FALSE if dash pattern was not set. Exception: Throws a HaruException on error.

SolrDisMaxQuery::setTieBreaker

(No version information available, might only be in Git) Sets Tie Breaker parameter (tie parameter) public SolrDisMaxQuery SolrDisMaxQuery::setTieBreaker ( string $tieBreaker ) Sets Tie Breaker parameter (tie parameter) Parameters: tieBreaker The tie parameter specifies a float value (which should be something much less than 1) to use as tiebreaker in DisMax queries.