HaruOutline::setDestination

(PECL haru >= 0.0.1) Set the destination for the outline bool HaruOutline::setDestination ( object $destination ) Sets a destination object which becomes a target to jump to when the outline is clicked. Parameters: destination A valid HaruDestination instance. Returns: Returns TRUE on success. Exception: Throws

db2_commit

(PECL ibm_db2 >= 1.0.0) Commits a transaction bool db2_commit ( resource $connection ) Commits an in-progress transaction on the specified connection resource and begins a new transaction. PHP applications normally default to AUTOCOMMIT mode, so db2_commit() is not necessary unless AUTOCOMMIT has been turned off for the connection resource. Parameters: connection A v

Cond::wait

(PECL pthreads >= 2.0.0) Wait for Condition final public static boolean Cond::wait ( long $condition , long $mutex [, long $timeout ] ) Wait for a signal on a Condition Variable, optionally specifying a timeout to limit waiting time. Parameters: condition A handle returned by a previous call to Cond::create(). mutex A handle returned

CairoContext::fillExtents

(PECL cairo >= 0.1.0) Computes the filled area public array CairoContext::fillExtents ( void ) Object oriented style (method): Procedural style: array cairo_fill_extents ( CairoContext $context ) Computes a bounding box in user coordinates covering the area that would be affected, (the “inked” area), by a CairoContext::fill() operation given the current path and fill parameters. If the current path is empty, returns an e

mssql_field_name

(PHP 4, PHP 5, PECL odbtp >= 1.1.1) Get the name of a field string mssql_field_name ( resource $result [, int $offset = -1 ] ) Returns the name of field no. offset in result. Parameters: result The result resource that is being evaluated. This result comes from a call to mssql_query(). offset The field offset, starts at 0. If omitte

runkit_constant_remove

(PECL runkit >= 0.7.0) Remove/Delete an already defined constant bool runkit_constant_remove ( string $constname ) Parameters: constname Name of constant to remove. Either a string indicating a global constant, or classname::constname indicating a class constant. Returns: Returns TRUE on success or FALSE on failure.

CairoContext::status

(PECL cairo >= 0.1.0) The status purpose public int CairoContext::status ( void ) Object oriented style (method): Procedural style: int cairo_status ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not documented; only its arg

FTP context options

FTP context option listing Context options for ftp:// and ftps:// transports. Changelog: 5.1.0 Added proxy. 5.0.0 Added overwrite and resume_pos. Notes: Underlying socket stream context options Additional context options may be supported by the underlying transport For ftp:// streams, refer to context options for the tcp:// transport. For ft

lchown

(PHP 5 >= 5.1.2, PHP 7) Changes user ownership of symlink bool lchown ( string $filename, mixed $user ) Attempts to change the owner of the symlink filename to user user. Only the superuser may change the owner of a symlink. Parameters: filename Path to the file. user User name or number. Returns: Returns

IntlBreakIterator::getErrorCode

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get last error code on the object public ReturnType IntlBreakIterator::getErrorCode ( void ) Object oriented style (method): Procedural style: ReturnType intl_get_error_code ( void ) Returns: This function is currently not documented; only its argument list is available.