Imagick::forwardFourierTransformImage

(No version information available, might only be in Git) Description public void Imagick::forwardFourierTransformimage ( bool $magnitude ) Implements the discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair. Parameters: magnitude If true, return as magnitude / phase pair otherwise a real / imaginary image pair.

Judy::offsetGet

(PECL judy >= 0.1.1) Offset to retrieve public mixed Judy::offsetGet ( mixed $offset ) Returns the value at specified offset. Parameters: offset The offset to retrieve. Returns: Can return all value types.

CairoContext::fillPreserve

(PECL cairo >= 0.1.0) Fills and preserve the current path public void CairoContext::fillPreserve ( void ) Object oriented style (method): Procedural style: void cairo_fill_preserve ( CairoContext $context ) A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). Unlike CairoContext::fill(), CairoContext::fillPreserve() (Procedural c

Imagick::setImageChannelDepth

(PECL imagick 2.0.0) Sets the depth of a particular image channel bool Imagick::setImageChannelDepth ( int $channel, int $depth ) Sets the depth of a particular image channel. Parameters: channel Sets the depth of a particular image channel. depth Sets the depth of a particular image channel. Returns: Returns T

SplPriorityQueue::compare

(PHP 5 >= 5.3.0, PHP 7) Compare priorities in order to place elements correctly in the heap while sifting up. public int SplPriorityQueue::compare ( mixed $priority1, mixed $priority2 ) Compare priority1 with priority2. Parameters: priority1 The priority of the first node being compared. priority2 The priority of the second node bein

newt_scrollbar_set

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

Imagick::sigmoidalContrastImage

(PECL imagick 2.0.0) Adjusts the contrast of an image bool Imagick::sigmoidalContrastImage ( bool $sharpen, float $alpha, float $beta [, int $channel = Imagick::CHANNEL_ALL ] ) Adjusts the contrast of an image with a non-linear sigmoidal contrast algorithm. Increase the contrast of the image using a sigmoidal transfer function without saturating highlights or shadows. Contrast indicates how much to increase the contrast (0

iterator_count

(PHP 5 >= 5.1.0, PHP 7) Count the elements in an iterator int iterator_count ( Traversable $iterator ) Count the elements in an iterator. iterator_count() is not guaranteed to retain the current position of the iterator. Parameters: iterator The iterator being counted. Returns: The number of elements in iterator.

CairoSurface::getContent

(PECL cairo >= 0.1.0) The getContent purpose public int CairoSurface::getContent ( void ) The method description goes here. Returns: Description... This function is currently not documented; only its argument list is available. Examples: CairoSurface::getContent() example <

easter_date

(PHP 4, PHP 5, PHP 7) Get Unix timestamp for midnight on Easter of a given year int easter_date ([ int $year = date("Y") ] ) Returns the Unix timestamp corresponding to midnight on Easter of the given year. The date of Easter Day was defined by the Council of Nicaea in AD325 as the Sunday after the first full moon which falls on or after the Spring Equinox. The Equinox is assumed to always fall on 21st March, so the calcu