ImagickDraw::setClipUnits

(PECL imagick 2.0.0) Sets the interpretation of clip path units bool ImagickDraw::setClipUnits ( int $clip_units ) Sets the interpretation of clip path units. Parameters: clip_units the number of clip units Returns: No value is returned. This function is currently not documented; only its argument list is avai

ncurses_vline

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Draw a vertical line at current position using an attributed character and max. n characters long int ncurses_vline ( int $charattr, int $n ) Parameters: charattr n This function is EXPERIMENTAL. The behaviour of this function, its na

Stomp::getReadTimeout

(PECL stomp >= 0.3.0) Gets read timeout public array Stomp::getReadTimeout ( void ) Object oriented style (method): Procedural style: array stomp_get_read_timeout ( resource $link ) Gets read timeout Parameters: link Procedural style only: The stomp link identifier returned by stomp_connect(). Returns: Returns an array with 2 elements: sec and

newt_form_set_height

(PECL newt >= 0.1) void newt_form_set_height ( resource $form, int $height ) Parameters: form height Returns: No value is returned. This function is currently not documented; only its argument list is available.

Imagick::getSize

(PECL imagick 2.0.0) Returns the size associated with the Imagick object array Imagick::getSize ( void ) Returns the size associated with the Imagick object as an array with the keys "columns" and "rows". Returns: Returns the size associated with the Imagick object as an array with the keys "columns" and "rows".

fann_descale_train

(PECL fann >= 1.0.0) Descale input and output data based on previously calculated parameters bool fann_descale_train ( resource $ann, resource $train_data ) Descale input and output data based on previously calculated parameters. Parameters: ann Neural network resource. train_data Neural network training data resource.

cairo_surface_mark_dirty_rectangle

(PECL cairo >= 0.1.0) Description void cairo_surface_mark_dirty_rectangle ( CairoSurface $surface, float $x, float $y, float $width, float $height ) The function description goes here. Parameters: surface Description... x Description... y Description... width De

mysqli::set_opt

(PHP 5, PHP 7) Alias of mysqli_options() This function is an alias of mysqli_options().

SplHeap::__construct

(PHP 5 >= 5.3.0, PHP 7) Constructs a new empty heap public SplHeap::__construct ( void ) This constructs a new empty heap. Returns: No value is returned.

RecursiveTreeIterator::beginIteration

(PHP 5 >= 5.3.0, PHP 7) Begin iteration public RecursiveIterator RecursiveTreeIterator::beginIteration ( void ) Called when iteration begins (after the first RecursiveTreeIterator::rewind() call). Returns: A RecursiveIterator. This function is currently not documented; only its argument list is available.