NoRewindIterator::rewind

(PHP 5 >= 5.1.0, PHP 7) Prevents the rewind operation on the inner iterator. public void NoRewindIterator::rewind ( void ) Prevents the rewind operation on the inner iterator. Returns: No value is returned. Examples: NoRewindIterator::rewind() example This example demonstrates that calling rewind on a NoRewindIterator

ssh2_sftp_rmdir

(PECL ssh2 >= 0.9.0) Remove a directory bool ssh2_sftp_rmdir ( resource $sftp, string $dirname ) Removes a directory from the remote file server. This function is similar to using rmdir() with the ssh2.sftp:// wrapper. Parameters: sftp An SSH2 SFTP resource opened by ssh2_sftp(). dirname An SSH2 SFTP resource opened by ssh2_sftp().

newt_form_set_background

(PECL newt >= 0.1) void newt_form_set_background ( resource $from, int $background ) Parameters: from background Returns: No value is returned. This function is currently not documented; only its argument list is available.

trader_cdlmorningstar

(PECL trader >= 0.2.0) Morning Star array trader_cdlmorningstar ( array $open, array $high, array $low, array $close [, float $penetration ] ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close

maxdb_autocommit

(PECL maxdb >= 1.0) Turns on or off auto-commiting database modifications bool maxdb_autocommit ( resource $link, bool $mode ) Procedural style Object oriented style bool maxdb::auto_commit ( bool $mode ) maxdb_autocommit() is used to turn on or off auto-commit mode on queries for the database connection represented by the link resource. Returns: Returns TRUE on success or FALSE on failure.

hw_api::content

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Returns content of an object HW_API_Content hw_api::content ( array $parameter ) This function returns the content of a document as an object of type hw_api_content. Parameters: parameter The parameter array contains the required elements 'objectidentifier' and the optional element 'mode'. The mode can be one of the constants HW_

newt_checkbox_tree_get_selection

(PECL newt >= 0.1) array newt_checkbox_tree_get_selection ( resource $checkboxtree ) Parameters: checkboxtree Returns: This function is currently not documented; only its argument list is available.

CairoMatrix::transformPoint

(PECL cairo >= 0.1.0) The transformPoint purpose public array CairoMatrix::transformPoint ( string $dx, string $dy ) The method description goes here. Parameters: dx Description... dy Description... Returns: Description... This function is currently not documented; only i

streamWrapper::stream_lock

(PHP 5, PHP 7) Advisory file locking public bool streamWrapper::stream_lock ( int $operation ) This method is called in response to flock(), when file_put_contents() (when flags contains LOCK_EX), stream_set_blocking() and when closing the stream (LOCK_UN). Parameters: operation operation is one of the following: LOCK_SH to acquire a shared lock (reader). LOCK_EX t

Ev::stop

(PECL ev >= 0.2.0) Stops the default event loop final public static void Ev::stop ([ int $how ] ) Stops the default event loop Parameters: how One of Ev::BREAK_* constants . Returns: No value is returned. See also: Ev::run() -