ReflectionProperty::isStatic

(PHP 5, PHP 7) Checks if property is static public bool ReflectionProperty::isStatic ( void ) Checks whether the property is static. Returns: TRUE if the property is static, FALSE otherwise. See also: ReflectionProperty::isPublic() - ReflectionProperty::isProtected() -

Imagick::gammaImage

(PECL imagick 2.0.0) Gamma-corrects an image bool Imagick::gammaImage ( float $gamma [, int $channel = Imagick::CHANNEL_ALL ] ) Gamma-corrects an image. The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen. Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter. Values typicall

trader_cdl3inside

(PECL trader >= 0.2.0) Three Inside Up/Down array trader_cdl3inside ( array $open, array $high, array $low, array $close ) Parameters: open Opening price, array of real values. high High price, array of real values. low Low price, array of real values. close Closin

SphinxClient::setFilterFloatRange

(PECL sphinx >= 0.1.0) Add new float range filter public bool SphinxClient::setFilterFloatRange ( string $attribute, float $min, float $max [, bool $exclude = false ] ) Adds new float range filter to the existing list of filters. Only those documents which have attribute value stored in the index between min and max (including values that are exactly equal to min or max) will be matched (or rejected, if exclude is TRUE).

GearmanWorker::wait

(PECL gearman >= 0.6.0) Wait for activity from one of the job servers public bool GearmanWorker::wait ( void ) Causes the worker to wait for activity from one of the Gearman job servers when operating in non-blocking I/O mode. On failure, issues a E_WARNING with the last Gearman error encountered. Returns: Returns TRUE on success or FALSE on failure.

Gmagick::charcoalimage

(PECL gmagick >= Unknown) Simulates a charcoal drawing public Gmagick Gmagick::charcoalimage ( float $radius, float $sigma ) Simulates a charcoal drawing. Parameters: radius The radius of the Gaussian, in pixels, not counting the center pixel sigma The standard deviation of the Gaussian, in pixels Returns: T

Yaf_Controller_Abstract::getView

(Yaf >=1.0.0) Retrieve the view engine public Yaf_View_Interface Yaf_Controller_Abstract::getView ( void ) retrieve view engine Returns:

CairoMatrix::__construct

(PECL cairo >= 0.1.0) Creates a new CairoMatrix object public CairoMatrix::__construct ([ float $xx = 1.0 [, float $yx = 0.0 [, float $xy = 0.0 [, float $yy = 1.0 [, float $x0 = 0.0 [, float $y0 = 0.0 ]]]]]] ) Object oriented style (method): Procedural style: object cairo_matrix_init ([ float $xx = 1.0 [, float $yx = 0.0 [, float $xy = 0.0 [, float $yy = 1.0 [, float $x0 = 0.0 [, float $y0 = 0.0 ]]]]]] ) Returns ne

enchant_broker_free_dict

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Free a dictionary resource bool enchant_broker_free_dict ( resource $dict ) Free a dictionary resource. Parameters: dict Dictionary resource. Returns: Returns TRUE on success or FALSE on failure. See also: e

fann_create_sparse_array

(PECL fann >= 1.0.0) Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes ReturnType fann_create_sparse_array ( float $connection_rate, int $num_layers, array $layers ) Creates a standard backpropagation neural network, which is not fully connected using an array of layer sizes. Parameters: connection_rate The c