Imagick::getImageProperty

(PECL imagick 2.0.0) Returns the named image property string Imagick::getImageProperty ( string $name ) Returns the named image property. This method is available if Imagick has been compiled against ImageMagick version 6.3.2 or newer. Parameters: name name of the property (for example Exif:DateTime) Returns: Returns a string containing the image

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

fann_duplicate_train_data

(PECL fann >= 1.0.0) Returns an exact copy of a fann train data resource fann_duplicate_train_data ( resource $data ) Returns an exact copy of a fann train data resource. Parameters: data Neural network training data resource. Returns: Returns a train data resource on success, or FALSE on error.

radius_strerror

(PECL radius >= 1.1.0) Returns an error message string radius_strerror ( resource $radius_handle ) If Radius-functions fail then they record an error message. This error message can be retrieved with this function. Returns: Returns error messages as string from failed radius functions.

Imagick::colorMatrixImage

(No version information available, might only be in Git) Description public void Imagick::colorMatrixImage ( string $color_matrix = Imagick::CHANNEL_DEFAULT ) Apply color transformation to an image. The method permits saturation changes, hue rotation, luminance to alpha, and various other effects. Although variable-sized transformation matrices can be used, typically one uses a 5x5 matrix for an RGBA image and a 6x6 for CM

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

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.