EvEmbed::createStopped

(PECL ev >= 0.2.0) Create stopped EvEmbed watcher object final public static void EvEmbed::createStopped ( object $other [, callable $callback [, mixed $data [, int $priority ]]] ) The same as EvEmbed::__construct() , but doesn't start the watcher automatically. Parameters: other The same as for EvEmbed::__construct() callback S

base_convert

(PHP 4, PHP 5, PHP 7) Convert a number between arbitrary bases string base_convert ( string $number, int $frombase, int $tobase ) Returns a string containing number represented in base tobase. The base in which number is given is specified in frombase. Both frombase and tobase have to be between 2 and 36, inclusive. Digits in numbers with a base higher than 10 will be represented with the letters a-z, with a meaning 10, b me

fbsql_rollback

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Rollback a transaction to the database bool fbsql_rollback ([ resource $link_identifier ] ) Ends the current transaction by rolling back all statements issued since last commit. This command is only needed if autocommit is set to false. Parameters: link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(

Imagick::clutImage

(PECL imagick 2.0.0) Replaces colors in the image bool Imagick::clutImage ( Imagick $lookup_table [, float $channel = Imagick::CHANNEL_DEFAULT ] ) Replaces colors in the image from a color lookup table. Optional second parameter to replace colors in a specific channel. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters: lookup

ssh2://

Secure Shell 2 ssh2.shell:// ssh2.exec:// ssh2.tunnel:// ssh2.sftp:// ssh2.scp:// PHP 4.3.0 and up (PECL) Note: This wrapper is not enabled by default In order to use the ssh2.*:// wrappers you must install the » SSH2 extension available from » PECL. In addition to accepting traditional URI login details, the ssh2 wrappers will also reuse open connections by passing the connection resource in the host portion of the URL.

pcntl_signal_dispatch

(PHP 5 >= 5.3.0, PHP 7) Calls signal handlers for pending signals bool pcntl_signal_dispatch ( void ) The pcntl_signal_dispatch() function calls the signal handlers installed by pcntl_signal() for each pending signal. Returns: Returns TRUE on success or FALSE on failure. Examples: pcntl_signal_dispatch() example <?p

PharData::offsetUnset

(PHP >= 5.3.0, PECL phar >= 2.0.0) remove a file from a tar/zip archive bool PharData::offsetUnset ( string $offset ) This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a tar/zip archive using array access brackets. offsetUnset is used for deleting an existing file, and is called by the unset() language construct. Parameters: o

EventHttpConnection::makeRequest

(PECL event >= 1.4.0-beta) Makes an HTTP request over the specified connection public bool EventHttpConnection::makeRequest ( EventHttpRequest $req , int $type , string $uri ) Makes an HTTP request over the specified connection. type is one of EventHttpRequest::CMD_* constants. Parameters: req The connection object over which to send the request.

Worker::isShutdown

(PECL pthreads >= 2.0.0) State Detection public boolean Worker::isShutdown ( void ) Tell if the referenced Worker has been shutdown Returns: A boolean indication of state Examples: Detect the state of a Worker <?php $my = new Worker(); $my->start(); var_dump($my->isShutdown()); $my->shutdown(); var_dump($my

HaruPage::setLineCap

(PECL haru >= 0.0.1) Set the shape to be used at the ends of lines bool HaruPage::setLineCap ( int $cap ) Defines the shape to be used at the ends of lines. Parameters: cap Must be one of the following values: HaruPage::BUTT_END - the line is squared off at the endpoint of the path. HaruPage::ROUND_END - the end of the line becomes a semicircle with center in the e