SeekableIterator::seek

(PHP 5 >= 5.1.0, PHP 7) Seeks to a position abstract public void SeekableIterator::seek ( int $position ) Seeks to a given position in the iterator. Parameters: position The position to seek to. Returns: No value is returned. Exception: Implementations should throw an OutOfBoundsException if the position is n

RecursiveIterator::getChildren

(PHP 5 >= 5.1.0, PHP 7) Returns an iterator for the current entry. public RecursiveIterator RecursiveIterator::getChildren ( void ) Returns an iterator for the current iterator entry. Returns: An iterator for the current entry. See also: RecursiveIterator::hasChildren() -

ReflectionParameter::isCallable

(PHP 5 >= 5.4.0, PHP 7) Returns whether parameter MUST be callable public bool ReflectionParameter::isCallable ( void ) Returns: Returns TRUE if the parameter is callable, FALSE if it is not or NULL on failure. This function is currently not documented; only its argument list is available.

CachingIterator::offsetGet

(PHP 5 >= 5.2.0, PHP 7) The offsetGet purpose public void CachingIterator::offsetGet ( string $index ) Parameters: index Description... Returns: Description... This function is currently not documented; only its argument list is available.

SplDoublyLinkedList::offsetUnset

(PHP 5 >= 5.3.0, PHP 7) Unsets the value at the specified $index public void SplDoublyLinkedList::offsetUnset ( mixed $index ) Unsets the value at the specified index. Parameters: index The index being unset. Returns: No value is returned. Exception: Throws OutOfRangeException when index is out of bounds or w

dba_delete

(PHP 4, PHP 5, PHP 7) Delete DBA entry specified by key bool dba_delete ( string $key, resource $handle ) dba_delete() deletes the specified entry from the database. Parameters: key The key of the entry which is deleted. handle The database handler, returned by dba_open() or dba_popen(). Returns: Returns TRUE o

ncurses_mvwaddstr

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Add string at new position in window int ncurses_mvwaddstr ( resource $window, int $y, int $x, string $text ) Parameters: window y x text This function is EXPERIMENTA

SWFButton::addAction

(PHP 5 <= 5.3.0, PECL ming SVN) Adds an action void SWFButton::addAction ( SWFAction $action, int $flags ) Adds the given action to the button for the given conditions. Parameters: action An SWFAction, returned by SWFAction::__construct(). flags The following flags are valid: SWFBUTTON_MOUSEOVER, SWFBUTTON_MOUSEOUT, SWFBUTTON_MOUSEU

version_compare

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Compares two "PHP-standardized" version number strings mixed version_compare ( string $version1, string $version2 [, string $operator ] ) version_compare() compares two "PHP-standardized" version number strings. The function first replaces _, - and + with a dot . in the version strings and also inserts dots . before and after any non number so that for example '4.3.2RC1' becomes '4.3.2.RC.

Socket context options

Socket context option listing Socket context options are available for all wrappers that work over sockets, like tcp, http and ftp. Changelog: 5.3.3 Added backlog. 5.1.0 Added bindto. Examples: Basic bindto usage example <?php // connect to the internet using the '192.168.0.100' IP $opts = array(     'socket' =&