HaruPage::createLinkAnnotation

(PECL haru >= 0.0.1) Create new HaruAnnotation instance object HaruPage::createLinkAnnotation ( array $rectangle, object $destination ) Creates a new HaruAnnotation instance. Parameters: rectangle An array with 4 coordinates of the clickable area. destination Valid HaruDestination instance. Returns: Returns

maxdb_dump_debug_info

(PECL maxdb >= 1.0) Dump debugging information into the log bool maxdb_dump_debug_info ( resource $link ) This function is currently not documented; only its argument list is available.

NumberFormatter::getAttribute

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get an attribute public int NumberFormatter::getAttribute ( int $attr ) Object oriented style Procedural style int numfmt_get_attribute ( NumberFormatter $fmt , int $attr ) Get a numeric attribute associated with the formatter. An example of a numeric attribute is the number of integer digits the formatter will produce. Parameters:

socket_recvmsg

(PHP 5 >= 5.5.0, PHP 7) Read a message int socket_recvmsg ( resource $socket, string $message [, int $flags ] ) Parameters: socket message flags Returns: This function is currently not documented; only its argument list is available.

maxdb_field_seek

(PECL maxdb >= 1.0) Set result pointer to a specified field offset bool maxdb_field_seek ( resource $result, int $fieldnr ) Procedural style Object oriented style bool maxdb_result::field_seek ( int $fieldnr ) Sets the field cursor to the given offset. The next call to maxdb_fetch_field() will retrieve the field definition of the column associated with that offset. Note: To seek to the beginning of a row, pass an offs

NoRewindIterator::getInnerIterator

(PHP 5 >= 5.1.0, PHP 7) Get the inner iterator public iterator NoRewindIterator::getInnerIterator ( void ) Gets the inner iterator, that was passed in to NoRewindIterator. Returns: The inner iterator, as passed to NoRewindIterator::__construct(). This function is currently not documented; only its argument list is available.

hw_api::checkin

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Checks in an object bool hw_api::checkin ( array $parameter ) This function checks in an object or a whole hierarchy of objects. The parameters array contains the required element 'objectIdentifier' and the optional element 'version', 'comment', 'mode' and 'objectQuery'. 'version' sets the version of the object. It consists of the major and minor version separated by a period. If the

ImagickDraw::setStrokeWidth

(PECL imagick 2.0.0) Sets the width of the stroke used to draw object outlines bool ImagickDraw::setStrokeWidth ( float $stroke_width ) Sets the width of the stroke used to draw object outlines. Parameters: stroke_width stroke width Returns: No value is returned. This function is currently not documented; only

Threaded::isRunning

(PECL pthreads >= 2.0.0) State Detection public boolean Threaded::isRunning ( void ) Tell if the referenced object is executing Returns: A boolean indication of state Note: A object is considered running while executing the run method Examples: Detect the state of the referenced object <?php class My extends Th

SQLite3::changes

(PHP 5 >= 5.3.0, PHP 7) Returns the number of database rows that were changed (or inserted or deleted) by the most recent SQL statement public int SQLite3::changes ( void ) Returns the number of database rows that were changed (or inserted or deleted) by the most recent SQL statement. Returns: Returns an integer value corresponding to the number of database rows changed (or inserted or delete