radius_demangle_mppe_key

(PECL radius >= 1.2.0) Derives mppe-keys from mangled data string radius_demangle_mppe_key ( resource $radius_handle, string $mangled ) When using MPPE with MS-CHAPv2, the send- and recv-keys are mangled (see » RFC 2548), however this function is useless, because I don't think that there is or will be a PPTP-MPPE implementation in PHP. Returns: Returns the demangled string, or FALSE on error.

SolrQuery::addField

(PECL solr >= 0.9.2) Specifies which fields to return in the result public SolrQuery SolrQuery::addField ( string $field ) This method is used to used to specify a set of fields to return, thereby restricting the amount of data returned in the response. It should be called multiple time, once for each field name. Parameters: field The name of the field

Yaf_Request_Http::__clone

(Yaf >=1.0.0) The __clone purpose private void Yaf_Request_Http::__clone ( void ) Returns: This function is currently not documented; only its argument list is available.

SphinxClient::getLastError

(PECL sphinx >= 0.1.0) Get the last error message public string SphinxClient::getLastError ( void ) Returns string with the last error message. If there were no errors during the previous API call, empty string is returned. This method doesn't reset the error message, so you can safely call it several times. Returns: Returns the last error message or an empty string if there were no errors.

SolrQuery::setHighlightSnippets

(PECL solr >= 0.9.2) Sets the maximum number of highlighted snippets to generate per field public SolrQuery SolrQuery::setHighlightSnippets ( int $value [, string $field_override ] ) Sets the maximum number of highlighted snippets to generate per field Parameters: value The maximum number of highlighted snippets to generate per field field_overri

SolrQuery::getHighlightRequireFieldMatch

(PECL solr >= 0.9.2) Returns if a field will only be highlighted if the query matched in this particular field public bool SolrQuery::getHighlightRequireFieldMatch ( void ) Returns if a field will only be highlighted if the query matched in this particular field. Returns: Returns a boolean on success and NULL if not set.

SplPriorityQueue::isEmpty

(PHP 5 >= 5.3.0, PHP 7) Checks whether the queue is empty. public bool SplPriorityQueue::isEmpty ( void ) Returns: Returns whether the queue is empty.

SolrQuery::getFacetQueries

(PECL solr >= 0.9.2) Returns all the facet queries public array SolrQuery::getFacetQueries ( void ) Returns all the facet queries Returns: Returns an array on success and NULL if not set.

stats_stat_innerproduct

(PECL stats >= 1.0.0) float stats_stat_innerproduct ( array $arr1, array $arr2 ) Parameters: arr1 arr2 Returns: This function is currently not documented; only its argument list is available.

oci_new_connect

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Connect to the Oracle server using a unique connection resource oci_new_connect ( string $username, string $password [, string $connection_string [, string $character_set [, int $session_mode ]]] ) Establishes a new connection to an Oracle server and logs on. Unlike oci_connect() and oci_pconnect(), oci_new_connect() does not cache connections and will always return a brand-new freshly