SolrQuery::setHighlightFormatter

(PECL solr >= 0.9.2) Specify a formatter for the highlight output public SolrQuery SolrQuery::setHighlightFormatter ( string $formatter [, string $field_override ] ) Specify a formatter for the highlight output. Parameters: formatter Currently the only legal value is "simple" field_override The name of the field.

idn_to_utf8

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.2, PHP 7, PECL idn >= 0.1) Convert domain name from IDNA ASCII to Unicode. string idn_to_utf8 ( string $domain [, int $options = 0 [, int $variant = INTL_IDNA_VARIANT_2003 [, array &$idna_info ]]] ) Procedural style This function converts Unicode domain name from IDNA ASCII-compatible format to plain Unicode, encoded in UTF-8. Parameters:

mqseries_disc

(PECL mqseries >= 0.10.0) MQSeries MQDISC void mqseries_disc ( resource $hconn, resource &$compCode, resource &$reason ) The mqseries_disc() (MQDISC) call breaks the connection between the queue manager and the application program, and is the inverse of the mqseries_conn() (MQCONN) or mqseries_connx() (MQCONNX) call. Parameters: hConn Connection handle. This ha

runkit_lint

(PECL runkit >= 0.7.0) Check the PHP syntax of the specified php code bool runkit_lint ( string $code ) The runkit_lint() function performs a syntax (lint) check on the specified php code testing for scripting errors. This is similar to using php -l from the command line except runkit_lint() accepts actual code rather than a filename. Note: Sandbox support (required for runkit_lint(), runkit_lint_file(), and the Runkit

SolrDisMaxQuery::setPhraseSlop

(No version information available, might only be in Git) Sets the default slop on phrase queries (ps parameter) public SolrDisMaxQuery SolrDisMaxQuery::setPhraseSlop ( string $slop ) Sets the default amount of slop on phrase queries built with "pf", "pf2" and/or "pf3" fields (affects boosting). "ps" parameter Parameters: slop Sets the default amount of slop on phrase quer

mysqli_stmt::store_result

(PHP 5, PHP 7) Transfers a result set from a prepared statement bool mysqli_stmt::store_result ( void ) Object oriented style Procedural style bool mysqli_stmt_store_result ( mysqli_stmt $stmt ) You must call mysqli_stmt_store_result() for every query that successfully produces a result set (SELECT, SHOW, DESCRIBE, EXPLAIN), if and only if you want to buffer the complete result set by the client, so that the subsequent mysq

ImagickDraw::pathFinish

(PECL imagick 2.0.0) Terminates the current path bool ImagickDraw::pathFinish ( void ) Terminates the current path. Returns: No value is returned. This function is currently not documented; only its argument list is available.

ldap_8859_to_t61

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Translate 8859 characters to t61 characters string ldap_8859_to_t61 ( string $value ) Translate ISO-8859 characters to t61 characters. This function is useful if you have to talk to a legacy LDAPv2 server. Parameters: value The text to be translated. Returns: Return the t61 translation of value.

Imagick::getImageMatte

(PECL imagick 2.0.0) Return if the image has a matte channel bool Imagick::getImageMatte ( void ) Returns TRUE if the image has a matte channel otherwise false. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Returns: Returns TRUE on success or FALSE on failure.

ibase_service_attach

(PHP 5, PHP 7) Connect to the service manager resource ibase_service_attach ( string $host, string $dba_username, string $dba_password ) This function is currently not documented; only its argument list is available.