com_event_sink

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Connect events from a COM object to a PHP object bool com_event_sink ( variant $comobject, object $sinkobject [, mixed $sinkinterface ] ) Instructs COM to sink events generated by comobject into the PHP object sinkobject. Be careful how you use this feature; if you are doing something similar to the example below, then it doesn't really make sense to run it in a web server context.

APCIterator::rewind

(PECL apc >= 3.1.1) Rewinds iterator public void APCIterator::rewind ( void ) Rewinds back the iterator to the first element. Returns: No value is returned. See also: APCIterator::next() - Iterator::next() -

EventBuffer::freeze

(PECL event >= 1.2.6-beta) Prevent calls that modify an event buffer from succeeding public bool EventBuffer::freeze ( bool $at_front ) Prevent calls that modify an event buffer from succeeding Parameters: at_front Whether to disable changes to the front or end of the buffer. Returns: Returns TRUE on success. Otherwise FALSE.

SolrQuery::addStatsField

(PECL solr >= 0.9.2) Maps to stats.field parameter public SolrQuery SolrQuery::addStatsField ( string $field ) Maps to stats.field parameter This methods adds another stats.field parameter. Parameters: field The name of the field Returns: Returns the current SolrQuery object, if the return value is used.

streamWrapper::dir_opendir

(PHP 4 >= 4.3.2, PHP 5, PHP 7) Open directory handle public bool streamWrapper::dir_opendir ( string $path, int $options ) This method is called in response to opendir(). Parameters: path Specifies the URL that was passed to opendir(). Note: The URL can be broken apart with parse_url(). options Whether or not to enforce safe_mod

GearmanJob::sendException

(PECL gearman >= 0.6.0) Send exception for running job (exception) public bool GearmanJob::sendException ( string $exception ) Sends the supplied exception when this job is running. Parameters: exception An exception description. Returns: Returns TRUE on success or FALSE on failure.

bcscale

(PHP 4, PHP 5, PHP 7) Set default scale parameter for all bc math functions bool bcscale ( int $scale ) Sets the default scale parameter for all subsequent calls to bc math functions that do not explicitly specify a scale parameter. Parameters: scale The scale factor. Returns: Returns TRUE on success or FALSE on failure.

ifx_connect

(PHP 4, PHP <=5.2.0) Open Informix server connection resource ifx_connect ([ string $database [, string $userid [, string $password ]]] ) ifx_connect() establishes a connection to an Informix server. In case a second call is made to ifx_connect() with the same arguments, no new link will be established, but instead, the link identifier of the already opened link will be returned. The link to the server will be closed

trader_cdllongline

(PECL trader >= 0.2.0) Long Line Candle array trader_cdllongline ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closing p

TokyoTyrantQuery::current

(PECL tokyo_tyrant >= 0.1.0) Returns the current element public array TokyoTyrantQuery::current ( void ) Returns the current element. Part of Iterator interface Returns: Returns the current row Examples: TokyoTyrantQuery iterator example <?php /* Connect to a table database */ $tt = new TokyoTyrantTable("localhost",