SWFSound::__construct

(PHP 5 <= 5.3.0, PECL ming SVN) Returns a new SWFSound object from given file SWFSound::__construct ( string $filename [, int $flags = 0 ] ) This function is currently not documented; only its argument list is available.

filetype

(PHP 4, PHP 5, PHP 7) Gets file type string filetype ( string $filename ) Returns the type of the given file. Parameters: filename Path to the file. Returns: Returns the type of the file. Possible values are fifo, char, dir, block, link, file, socket and unknown. Returns FALSE if an error occurs. filetype() will also produce an E_NOTICE message

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