Transliterator::getErrorCode

(PHP >= 5.4.0, PECL intl >= 2.0.0) Get last error code public int Transliterator::getErrorCode ( void ) Object oriented style Procedural style int transliterator_get_error_code ( void ) Gets the last error code for this transliterator. Returns: The error code on success, or FALSE if none exists, or on failure. This function is currently not documented; o

fann_get_bit_fail_limit

(PECL fann >= 1.0.0) Returns the bit fail limit used during training float fann_get_bit_fail_limit ( resource $ann ) Returns the bit fail limit used during training. The bit fail limit is used during training where the stop function is set to FANN_STOPFUNC_BIT. The limit is the maximum accepted difference between the desired output and the actual output during training. Each output that diverges more than this limit i

ImagickDraw::circle

(PECL imagick 2.0.0) Draws a circle bool ImagickDraw::circle ( float $ox, float $oy, float $px, float $py ) Draws a circle on the image. Parameters: ox origin x coordinate oy origin y coordinate px perimeter x coordinate py perimeter y coordinate

zip_entry_compressedsize

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.0.0) Retrieve the compressed size of a directory entry int zip_entry_compressedsize ( resource $zip_entry ) Returns the compressed size of the specified directory entry. Parameters: zip_entry A directory entry returned by zip_read(). Returns: The compressed size.

Gmagick::nextimage

(PECL gmagick >= Unknown) Moves to the next image public bool Gmagick::nextimage ( void ) Associates the next image in the image list with an Gmagick object. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

ncurses_filter

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set LINES for iniscr() and newterm() to 1 void ncurses_filter ( 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 i

EvEmbed::sweep

(PECL ev >= 0.2.0) Make a single, non-blocking sweep over the embedded loop. public void EvEmbed::sweep ( void ) Make a single, non-blocking sweep over the embedded loop. Works similarly to the following, but in the most appropriate way for embedded loops: <?php $other->start(Ev::RUN_NOWAIT); ?> Returns: No value is returned.

sha1

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Calculate the sha1 hash of a string string sha1 ( string $str [, bool $raw_output = false ] ) Calculates the sha1 hash of str using the » US Secure Hash Algorithm 1. Parameters: str The input string. raw_output If the optional raw_output is set to TRUE, then the sha1 digest is instead returned in raw b

DOMElement::setAttribute

(PHP 5, PHP 7) Adds new attribute public DOMAttr DOMElement::setAttribute ( string $name, string $value ) Sets an attribute with name name to the given value. If the attribute does not exist, it will be created. Parameters: name The name of the attribute. value The value of the attribute. Returns: The new DOMAt

Imagick::evaluateImage

(PECL imagick 2.0.0) Applies an expression to an image bool Imagick::evaluateImage ( int $op, float $constant [, int $channel = Imagick::CHANNEL_ALL ] ) Applys an arithmetic, relational, or logical expression to an image. Use these operators to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image. Parameters: op