Judy::__destruct

(PECL judy >= 0.1.1) Destruct a Judy object public void Judy::__destruct ( void ) Destruct a Judy object. Returns:

trader_ad

(PECL trader >= 0.2.0) Chaikin A/D Line array trader_ad ( array $high, array $low, array $close, array $volume ) Parameters: high High price, array of real values. low Low price, array of real values. close Closing price, array of real values. volume Volume traded,

SolrClient::deleteByQuery

(PECL solr >= 0.9.2) Deletes all documents matching the given query public SolrUpdateResponse SolrClient::deleteByQuery ( string $query ) Deletes all documents matching the given query. Parameters: query The query Returns: Returns a SolrUpdateResponse on success and throws an exception on failure. Exception: T

event_base_priority_init

(PECL libevent >= 0.0.2) Set the number of event priority levels bool event_base_priority_init ( resource $event_base, int $npriorities ) Sets the number of different event priority levels. By default all events are scheduled with the same priority (npriorities/2). Using event_base_priority_init() you can change the number of event priority levels and then set a desired priority for each event. Paramete

XMLWriter::writePI

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Writes a PI bool XMLWriter::writePI ( string $target, string $content ) Object oriented style Procedural style bool xmlwriter_write_pi ( resource $xmlwriter , string $target , string $content ) Writes a processing instruction. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modifi

SWFShape::drawCircle

(PHP 5 <= 5.3.0, PECL ming SVN) Draws a circle of radius r centered at the current location, in a counter-clockwise fashion void SWFShape::drawCircle ( float $r ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

ncurses_wgetch

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Reads a character from keyboard (window) int ncurses_wgetch ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

PDF_info_table

(PECL pdflib >= 2.1.0) Retrieve table information float PDF_info_table ( resource $pdfdoc, int $table, string $keyword ) Retrieves table information related to the most recently placed table instance.

variant_mod

(PHP 5, PHP 7) Divides two variants and returns only the remainder mixed variant_mod ( mixed $left, mixed $right ) Divides left by right and returns the remainder. Parameters: left The left operand. right The right operand. Returns: Returns the remainder of the division.

MongoCommandCursor::__construct

(PECL mongo >=1.5.0) Create a new command cursor public MongoCommandCursor::__construct ( MongoClient $connection, string $ns, array $command = array() ) Generally, you should not have to construct a MongoCommandCursor manually, as there are helper functions such as MongoCollection::aggregateCursor() and MongoCollection::parallelCollectionScan(); however, if the server introduces new commands that can return cursors, thi