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

SphinxClient::setConnectTimeout

(PECL sphinx >= 0.1.0) Set connection timeout public bool SphinxClient::setConnectTimeout ( float $timeout ) Sets connection timeout (in seconds) for searchd connection. Parameters: timeout Timeout in seconds. Returns: Returns TRUE on success or FALSE on failure. See also:

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

SolrDisMaxQuery::addBoostQuery

(No version information available, might only be in Git) Adds a boost query field with value and optional boost (bq parameter) public SolrDisMaxQuery SolrDisMaxQuery::addBoostQuery ( string $field, string $value [, string $boost ] ) Adds a Boost Query field with value [and boost] (bq parameter) Parameters: field Adds a Boost Query field with value [and boost] (bq paramete

SolrDisMaxQuery::setQueryPhraseSlop

(No version information available, might only be in Git) specifies the amount of slop permitted on phrase queries explicitly included in the user's query string (qf parameter) public SolrDisMaxQuery SolrDisMaxQuery::setQueryPhraseSlop ( string $slop ) The Query Phrase Slop is the amount of slop permitted on phrase queries explicitly included in the user's query string with the qf parameter. slop refers to the number of pos

SWFTextField::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Creates a text field object SWFTextField::__construct ([ int $flags ] ) swftextfield() creates a new text field object. Text Fields are less flexible than swftext() objects- they can't be rotated, scaled non-proportionally, or skewed, but they can be used as form entries, and they can use browser-defined fonts. The optional flags change the text field's behavior. It has the following poss