SolrObject::offsetUnset

(PECL solr >= 0.9.2) Unsets the value for the property public void SolrObject::offsetUnset ( string $property_name ) Unsets the value for the property. This is used when the object is treated as an array. This object is read-only. This should never be attempted. Parameters: property_name The name of the property. Returns: Returns TRUE on succ

MongoCursor::tailable

(PECL mongo >=0.9.4) Sets whether this cursor will be left open after fetching the last results public MongoCursor MongoCursor::tailable ([ bool $tail = true ] ) Mongo has a feature known as tailable cursors which are similar to the Unix "tail -f" command. Tailable means cursor is not closed when the last data is retrieved. Rather, the cursor marks the final object's position. you can resume using the cursor later, fro

ZMQContext::__construct

(PECL zmq >= 0.5.0) Construct a new ZMQContext object ZMQContext::__construct ([ integer $io_threads = 1 [, boolean $is_persistent = true ]] ) Constructs a new ZMQ context. The context is used to initialize sockets. A persistent context is required to initialize persistent sockets. Parameters: io_threads Number of io-threads in the context. is_

ImagickDraw::setTextInterlineSpacing

(No version information available, might only be in Git) Description public void ImagickDraw::setTextInterlineSpacing ( float $spacing ) Sets the text interline spacing. Parameters: spacing Sets the text interline spacing. Returns: This function is currently not documented; only its argument list is available.

ncurses_pair_content

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Retrieves foreground and background colors of a color pair int ncurses_pair_content ( int $pair, int &$f, int &$b ) Retrieves the foreground and background colors that constitute the given color pair. Terminal color capabilities must be initialized with ncurses_start_color() prior to calling this function. Parameters:

DOMElement::getAttributeNodeNS

(PHP 5, PHP 7) Returns attribute node public DOMAttr DOMElement::getAttributeNodeNS ( string $namespaceURI, string $localName ) Returns the attribute node in namespace namespaceURI with local name localName for the current node. Parameters: namespaceURI The namespace URI. localName The local name. Returns: Th

ncurses_attron

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Turn on the given attributes int ncurses_attron ( int $attributes ) Parameters: attributes This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should

SimpleXMLIterator::next

(PHP 5 >= 5.1.0, PHP 7) Move to next element public void SimpleXMLIterator::next ( void ) This method moves the SimpleXMLIterator to the next element. Returns: No value is returned. Examples: Move to the next element <?php $xmlIterator = new SimpleXMLIterator('<books><book>PHP Basics</book><boo

Yaf_Plugin_Abstract::preResponse

(Yaf >=1.0.0) The preResponse purpose public void Yaf_Plugin_Abstract::preResponse ( Yaf_Request_Abstract $request, Yaf_Response_Abstract $response ) Parameters: request response Returns: This function is currently not documented; only its argument list is available.

NumberFormatter::getPattern

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get formatter pattern public string NumberFormatter::getPattern ( void ) Object oriented style Procedural style string numfmt_get_pattern ( NumberFormatter $fmt ) Extract pattern used by the formatter. Parameters: fmt NumberFormatter object. Returns: Pattern string that is used by the formatt