xmlrpc_server_create

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Creates an xmlrpc server resource xmlrpc_server_create ( 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 currently not documented; only its a

Gmagick::setimagechanneldepth

(PECL gmagick >= Unknown) Sets the depth of a particular image channel public Gmagick Gmagick::setimagechanneldepth ( int $channel, int $depth ) Sets the depth of a particular image channel. Parameters: channel Identify which channel to extract: RedChannel, GreenChannel, BlueChannel, OpacityChannel, CyanChannel, MagentaChannel, YellowChannel, BlackChannel.

Yaf_Session::del

(Yaf >=1.0.0) The del purpose public void Yaf_Session::del ( string $name ) Parameters: name Returns: This function is currently not documented; only its argument list is available.

Yaf_Session::getInstance

(Yaf >=1.0.0) The getInstance purpose public static void Yaf_Session::getInstance ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Session::start

(Yaf >=1.0.0) The start purpose public void Yaf_Session::start ( void ) Returns: This function is currently not documented; only its argument list is available.

ImagickDraw::setTextKerning

(No version information available, might only be in Git) Description public void ImagickDraw::setTextKerning ( float $kerning ) Sets the text kerning Parameters: kerning Sets the text kerning Returns: This function is currently not documented; only its argument list is available.

GmagickDraw::getstrokewidth

(PECL gmagick >= Unknown) Returns the width of the stroke used to draw object outlines public float GmagickDraw::getstrokewidth ( void ) Returns the width of the stroke used to draw object outlines. Returns: Returns a double describing the stroke width.

SolrQuery::setMltMinWordLength

(PECL solr >= 0.9.2) Sets the minimum word length public SolrQuery SolrQuery::setMltMinWordLength ( int $minWordLength ) Sets the minimum word length below which words will be ignored. Parameters: minWordLength The minimum word length below which words will be ignored Returns: Returns the current SolrQuery object, if the return value is used.

ps_rect

(PECL ps >= 1.1.0) Draws a rectangle bool ps_rect ( resource $psdoc, float $x, float $y, float $width, float $height ) Draws a rectangle with its lower left corner at (x, y). The rectangle starts and ends in its lower left corner. If this function is called outside a path it will start a new path. If it is called within a path it will add the rectangle as a subpath. If the last drawing operation does not end in the lower

MultipleIterator::detachIterator

(PHP 5 >= 5.3.0, PHP 7) Detaches an iterator public void MultipleIterator::detachIterator ( Iterator $iterator ) Detaches an iterator. Parameters: iterator The iterator to detach. Returns: No value is returned. This function is currently not documented; only its argument list is available.