ImagickDraw::ellipse

(PECL imagick 2.0.0) Draws an ellipse on the image bool ImagickDraw::ellipse ( float $ox, float $oy, float $rx, float $ry, float $start, float $end ) Draws an ellipse on the image. Parameters: ox Draws an ellipse on the image. oy Draws an ellipse on the image. rx Draws an ellipse on the image.

exit

(PHP 4, PHP 5, PHP 7) Output a message and terminate the current script void exit ([ string $status ] ) void exit ( int $status ) Terminates execution of the script. Shutdown functions and object destructors will always be executed even if exit is called. exit is a language construct and it can be called without parentheses if no status is passed. Parameters: status I

Mongo::__construct

(PECL mongo >=0.9.0) The __construct purpose public Mongo::__construct ([ string $server [, array $options ]] ) This method overwrites the MongoClient constructor and turns off acknowledged writes. Please see MongoClient::__construct() for description of the parameters. Exception: Instanciating this class will emit E_DEPRECATED warning, and turn off acknowledged writes. Please use the MongoC

ibase_blob_echo

(PHP 5, PHP 7) Output blob contents to browser bool ibase_blob_echo ( string $blob_id ) bool ibase_blob_echo ( resource $link_identifier , string $blob_id ) This function opens a BLOB for reading and sends its contents directly to standard output (the browser, in most cases). Parameters: link_identifier An InterBase link identifier. If omitted, the last opened link is as

EvLoop::resume

(PECL ev >= 0.2.0) Resume previously suspended default event loop public void EvLoop::resume ( void ) EvLoop::suspend() and EvLoop::resume() methods suspend and resume a loop correspondingly. Returns: No value is returned. See also: EvLoop::suspend() - Ev::resume() -

HaruEncoder::getWritingMode

(PECL haru >= 0.0.1) Get the writing mode of the encoder int HaruEncoder::getWritingMode ( void ) Get the writing mode of the encoder. Returns: Returns the writing mode of the encoder. The result value is on of the following: HaruEncoder::WMODE_HORIZONTAL - horizontal writing mode. HaruEncoder::WMODE_VERTICAL - vertical writing mode. Exception: Throws a HaruException on error.

ncurses_bkgd

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set background property for terminal screen int ncurses_bkgd ( int $attrchar ) Parameters: attrchar This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This functi

fann_set_rprop_delta_max

(PECL fann >= 1.0.0) Sets the maximum step-size bool fann_set_rprop_delta_max ( resource $ann, float $rprop_delta_max ) The maximum step-size is a positive number determining how large the maximum step-size may be. Parameters: ann Neural network resource. rprop_delta_max The maximum step-size. Returns: Returns

ncurses_standout

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Start using 'standout' attribute int ncurses_standout ( void ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. This function is curren

log

(PHP 4, PHP 5, PHP 7) Natural logarithm float log ( float $arg [, float $base = M_E ] ) If the optional base parameter is specified, log() returns logbasearg, otherwise log() returns the natural logarithm of arg. Parameters: arg The value to calculate the logarithm for base The optional logarithmic base to use (defaults to 'e' and so t