SWFMovie::setRate

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the animation's frame rate void SWFMovie::setRate ( float $rate ) Sets the frame rate to the specified rate. Animation will slow down if the player can't render frames fast enough- unless there's a streaming sound, in which case display frames are sacrificed to keep sound from skipping. Parameters: rate The frame rate, in frame p

SVM::crossvalidate

(PECL svm >= 0.1.0) Test training params on subsets of the training data. public float svm::crossvalidate ( array $problem, int $number_of_folds ) Crossvalidate can be used to test the effectiveness of the current parameter set on a subset of the training data. Given a problem set and a n "folds", it separates the problem set into n subsets, and the repeatedly trains on one subset and tests on another. While the accuracy

Gmagick::enhanceimage

(PECL gmagick >= Unknown) Improves the quality of a noisy image public Gmagick Gmagick::enhanceimage ( void ) Applies a digital filter that improves the quality of a noisy image. Returns: The enhanced Gmagick object. Exception: Throws an GmagickException on error.

SWFShape::movePen

(PHP 5 <= 5.3.0, PECL ming SVN) Moves the shape's pen (relative) void SWFShape::movePen ( float $dx, float $dy ) swfshape::setrightfill() move the shape's pen from coordinates (current x,current y) to (current x + dx, current y + dy) in the shape's coordinate space. Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of this function

bccomp

(PHP 4, PHP 5, PHP 7) Compare two arbitrary precision numbers int bccomp ( string $left_operand, string $right_operand [, int $scale = 0 ] ) Compares the left_operand to the right_operand and returns the result as an integer. Parameters: left_operand The left operand, as a string. right_operand The right operand, as a string.

CachingIterator::setFlags

(PHP 5 >= 5.2.0, PHP 7) The setFlags purpose public void CachingIterator::setFlags ( int $flags ) Set the flags for the CachingIterator object. Parameters: flags Bitmask of the flags to set. Returns: No value is returned. This function is currently not documented; only its argument list is available.

dcgettext

(PHP 4, PHP 5, PHP 7) Overrides the domain for a single lookup string dcgettext ( string $domain, string $message, int $category ) This function allows you to override the current domain for a single message lookup. Parameters: domain The domain message The message category The category

svn_fs_node_created_rev

(PECL svn >= 0.1.0) Returns the revision in which path under fsroot was created int svn_fs_node_created_rev ( resource $fsroot, string $path ) Returns the revision in which path under fsroot was created This function is currently not documented; only its argument list is available.

xdiff_string_diff

(PECL xdiff >= 0.2.0) Make unified diff of two strings string xdiff_string_diff ( string $old_data, string $new_data [, int $context = 3 [, bool $minimal = false ]] ) Makes an unified diff containing differences between old_data string and new_data string and returns it. The resulting diff is human-readable. An optional context parameter specifies how many lines of context should be added around each change. Setting min

Imagick::normalizeImage

(PECL imagick 2.0.0) Enhances the contrast of a color image bool Imagick::normalizeImage ([ int $channel = Imagick::CHANNEL_ALL ] ) Enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available. Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combi