GmagickDraw::bezier

(PECL gmagick >= Unknown) Draws a bezier curve public GmagickDraw GmagickDraw::bezier ( array $coordinate_array ) Draws a bezier curve through a set of points on the image. Parameters: coordinate_array Coordinates array Returns: The GmagickDraw object on success

DOMDocument::createProcessingInstruction

(PHP 5, PHP 7) Creates new PI node public DOMProcessingInstruction DOMDocument::createProcessingInstruction ( string $target [, string $data ] ) This function creates a new instance of class DOMProcessingInstruction. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: target The target of the processing instruct

SolrInputDocument::__construct

(PECL solr >= 0.9.2) Constructor public SolrInputDocument::__construct ( void ) Constructor. Returns: None.

SolrDocument::next

(PECL solr >= 0.9.2) Moves the internal pointer to the next field public void SolrDocument::next ( void ) Moves the internal pointer to the next field. Returns: This method has no return value.

IntlChar::chr

(PHP 7) Return Unicode character by code point value public static string IntlChar::chr ( mixed $codepoint ) Returns a string containing the character specified by the Unicode code point value. This function compliments IntlChar::ord(). Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u

SolrInputDocument::reset

(PECL solr >= 0.9.2) This is an alias of SolrInputDocument::clear public bool SolrInputDocument::reset ( void ) This is an alias of SolrInputDocument::clear Returns: Returns TRUE on success or FALSE on failure.

SphinxClient::setLimits

(PECL sphinx >= 0.1.0) Set offset and limit of the result set public bool SphinxClient::setLimits ( int $offset, int $limit [, int $max_matches = 0 [, int $cutoff = 0 ]] ) Sets offset into server-side result set and amount of matches to return to client starting from that offset (limit). Can additionally control maximum server-side result set size for current query (max_matches) and the threshold amount of matches to st

MongoClient::selectDB

(PECL mongo >=1.3.0) Gets a database public MongoDB MongoClient::selectDB ( string $name ) Parameters: name The database name. Returns: Returns a new database object. Exception: Throws Exception if the database name is invalid.

maxdb_send_query

(PECL maxdb >= 1.0) Send the query and return bool maxdb_send_query ( resource $link, string $query ) Procedural style Object oriented style bool maxdb::send_query ( string $query ) This function is currently not documented; only its argument list is available.

SolrDisMaxQuery::addPhraseField

(No version information available, might only be in Git) Adds a Phrase Field (pf parameter) public SolrDisMaxQuery SolrDisMaxQuery::addPhraseField ( string $field, string $boost [, string $slop ] ) Adds a Phrase Field (pf parameter) Parameters: field field name boost field name slop field name