SolrQuery::getStats

(PECL solr >= 0.9.2) Returns whether or not stats is enabled public bool SolrQuery::getStats ( void ) Returns whether or not stats is enabled Returns: Returns a boolean on success and NULL if not set.

recode

(PHP 4, PHP 5, PHP 7) Alias of recode_string() This function is an alias of: recode_string().

ZMQSocket::connect

(PECL zmq >= 0.5.0) Connect the socket public ZMQSocket ZMQSocket::connect ( string $dsn [, boolean $force = false ] ) Connect the socket to a remote endpoint. The endpoint is defined in format transport://address where transport is one of the following: inproc, ipc, tcp, pgm or epgm. Parameters: dsn The connect dsn, for example transport://address.

ZMQSocket::setSockOpt

(PECL zmq >= 0.5.0) Set a socket option public ZMQSocket ZMQSocket::setSockOpt ( integer $key, mixed $value ) Sets a ZMQ socket option. The type of the value depends on the key. See ZMQ Constant Types for more information. Parameters: key One of the ZMQ::SOCKOPT_* constants. value The value of the parameter. Retur

parse_url

(PHP 4, PHP 5, PHP 7) Parse a URL and return its components mixed parse_url ( string $url [, int $component = -1 ] ) This function parses a URL and returns an associative array containing any of the various components of the URL that are present. This function is not meant to validate the given URL, it only breaks it up into the above listed parts. Partial URLs are also accepted, parse_url() tries its best to parse them c

ZMQSocket::getEndpoints

(PECL zmq >= 0.5.0) Get list of endpoints public array ZMQSocket::getEndpoints ( void ) Returns a list of endpoints where the socket is connected or bound to. Returns: Returns an array containing elements 'bind' and 'connect'.

ocinewcollection

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_new_collection() Alias of oci_new_collection() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

ncurses_update_panels

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Refreshes the virtual screen to reflect the relations between panels in the stack void ncurses_update_panels ( void ) This function is currently not documented; only its argument list is available.

IntlIterator::key

(No version information available, might only be in Git) Get the current key public ReturnType IntlIterator::key ( void ) Returns: This function is currently not documented; only its argument list is available.

ZMQDevice::setTimerTimeout

(No version information available, might only be in Git) Set the timer timeout public ZMQDevice ZMQDevice::setTimerTimeout ( integer $timeout ) Sets the timer callback timeout value. The timer callback is invoked periodically if it's set. Added in ZMQ extension version 1.1.0. Parameters: timeout The timer callback timeout value. Returns: On succe