ibase_free_event_handler

(PHP 5, PHP 7) Cancels a registered event handler bool ibase_free_event_handler ( resource $event ) This function causes the registered event handler specified by event to be cancelled. The callback function will no longer be called for the events it was registered to handle. Parameters: event An event resource, created by ibase_set_event_handler(). Re

assert_options

(PHP 4, PHP 5, PHP 7) Set/get the various assert flags mixed assert_options ( int $what [, mixed $value ] ) Set the various assert() control options or just query their current settings. Parameters: what Assert Options Option INI Setting Default value Description ASSERT_ACTIVE assert.active 1 enable assert() evaluation ASSERT_WARNING assert.warning 1 issue a PHP warning fo

LimitIterator::next

(PHP 5 >= 5.1.0, PHP 7) Move the iterator forward public void LimitIterator::next ( void ) Moves the iterator forward. Returns: No value is returned. See also: LimitIterator::current() - LimitIterator::key() - LimitIterator::rewind() -

trader_macd

(PECL trader >= 0.2.0) Moving Average Convergence/Divergence array trader_macd ( array $real [, integer $fastPeriod [, integer $slowPeriod [, integer $signalPeriod ]]] ) Parameters: real Array of real values. fastPeriod Number of period for the fast MA. Valid range from 2 to 100000. slowPeriod Number

ImagickDraw::pathMoveToRelative

(PECL imagick 2.0.0) Starts a new sub-path bool ImagickDraw::pathMoveToRelative ( float $x, float $y ) Starts a new sub-path at the given coordinate using relative coordinates. The current point then becomes the specified coordinate. Parameters: x target x coordinate y target y coordinate Returns: No value is r

imap_fetchtext

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

fbsql_read_blob

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Read a BLOB from the database string fbsql_read_blob ( string $blob_handle [, resource $link_identifier ] ) Reads BLOB data from the database. If a select statement contains BLOB and/or CLOB columns FrontBase will return the data directly when data is fetched. This default behavior can be changed with fbsql_set_lob_mode() so the fetch functions will return handles to BLOB and CLOB data. If

PDOStatement::columnCount

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Returns the number of columns in the result set public int PDOStatement::columnCount ( void ) Use PDOStatement::columnCount() to return the number of columns in the result set represented by the PDOStatement object. If the PDOStatement object was returned from PDO::query(), the column count is immediately available. If the PDOStatement object was returned from PDO::prepa

ncurses_border

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draw a border around the screen using attributed characters int ncurses_border ( int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_corner, int $br_corner ) Draws the specified lines and corners around the main window. Use ncurses_wborder() for borders around subwindows! Parameters: le

ParentIterator::getChildren

(PHP 5 >= 5.1.0, PHP 7) Return the inner iterator's children contained in a ParentIterator public ParentIterator ParentIterator::getChildren ( void ) Get the inner iterator's children contained in a ParentIterator. Returns: An object. This function is currently not documented; only its argument list is available.