SolrQuery::setMltMinDocFrequency

(PECL solr >= 0.9.2) Sets the mltMinDoc frequency public SolrQuery SolrQuery::setMltMinDocFrequency ( int $minDocFrequency ) The frequency at which words will be ignored which do not occur in at least this many docs. Parameters: minDocFrequency Sets the frequency at which words will be ignored which do not occur in at least this many docs. Returns:

radius_demangle

(PECL radius >= 1.2.0) Demangles data string radius_demangle ( resource $radius_handle, string $mangled ) Some data (Passwords, MS-CHAPv1 MPPE-Keys) is mangled for security reasons, and must be demangled before you can use them. Returns: Returns the demangled string, or FALSE on error.

Threaded::shift

(PECL pthreads >= 2.0.0) Manipulation public mixed Threaded::shift ( void ) Shifts an item from the objects property table Returns: The first item from the objects property table Examples: Shifting the first item from the property table of a threaded object <?php $safe = new Threaded(); while (count($safe) < 10)

HaruPage::eofill

(PECL haru >= 0.0.1) Fill current path using even-odd rule bool HaruPage::eofill ( void ) Fills current path using even-odd rule. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

bcompiler_load

(PECL bcompiler >= 0.4) Reads and creates classes from a bz compressed file bool bcompiler_load ( string $filename ) Reads data from a bzcompressed file and creates classes from the bytecodes. Parameters: filename The bzcompressed file path, as a string. Returns: Returns TRUE on success or FALSE on failure.

iconv_get_encoding

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Retrieve internal configuration variables of iconv extension mixed iconv_get_encoding ([ string $type = "all" ] ) Retrieve internal configuration variables of iconv extension. Parameters: type The value of the optional type can be: all input_encoding output_encoding internal_encoding Returns: Returns the current value of the int

cubrid_current_oid

(PECL CUBRID >= 8.3.0) Get OID of the current cursor location string cubrid_current_oid ( resource $req_identifier ) The cubrid_current_oid() function is used to get the oid of the current cursor location from the query result. To use cubrid_current_oid(), the query executed must be a updatable query, and the CUBRID_INCLUDE_OID option must be included during the query execution. Parameters:

HaruPage::showText

(PECL haru >= 0.0.1) Print text at the current position of the page bool HaruPage::showText ( string $text ) Prints out the text at the current position of the page. Parameters: text The text to show. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

SolrCollapseFunction::setField

(PECL solr >= 2.2.0) Sets the field to collapse on public SolrCollapseFunction SolrCollapseFunction::setField ( string $field ) The field name to collapse on. In order to collapse a result. The field type must be a single valued String, Int or Float. Parameters: field The field name to collapse on. In order to collapse a result. The field type must be a single valued S

oci_server_version

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Returns the Oracle Database version string oci_server_version ( resource $connection ) Returns a string with the Oracle Database version and available options Parameters: connection Returns a string with the Oracle Database version and available options Returns: Returns the version information as a string or