fann_set_learning_momentum

(PECL fann >= 1.0.0) Sets the learning momentum bool fann_set_learning_momentum ( resource $ann, float $learning_momentum ) Sets the learning momentum. More info available in fann_get_learning_momentum(). Parameters: ann Neural network resource. learning_momentum The learning momentum. Returns: Returns TRUE o

FilesystemIterator::setFlags

(PHP 5 >= 5.3.0, PHP 7) Sets handling flags public void FilesystemIterator::setFlags ([ int $flags ] ) Sets handling flags. Parameters: flags The handling flags to set. See the FilesystemIterator constants. Returns: No value is returned. Examples: FilesystemIterator::key() example

OCI-Collection::trim

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Trims elements from the end of the collection bool OCI-Collection::trim ( int $num ) Trims num of elements from the end of the collection. Parameters: num The number of elements to be trimmed. Returns: Returns TRUE on success or FALSE on failure.

cubrid_field_seek

(PECL CUBRID >= 8.3.0) Move the result set cursor to the specified field offset bool cubrid_field_seek ( resource $result [, int $field_offset = 0 ] ) This function moves the result set cursor to the specified field offset. This offset is used by cubrid_fetch_field() if it doesn't include a field offset. It returns TRUE on success or FALSE on failure. Parameters: result

Imagick::annotateImage

(PECL imagick 2.0.0) Annotates an image with text bool Imagick::annotateImage ( ImagickDraw $draw_settings, float $x, float $y, float $angle, string $text ) Annotates an image with text. Parameters: draw_settings The ImagickDraw object that contains settings for drawing the text x Horizontal offset in pixels to the left of text

ctype_lower

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for lowercase character(s) bool ctype_lower ( string $text ) Checks if all of the characters in the provided string, text, are lowercase letters. Parameters: text The tested string. Returns: Returns TRUE if every character in text is a lowercase letter in the current locale.

Yaf_Config_Ini::offsetUnset

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

bcompiler_parse_class

(PECL bcompiler >= 0.4) Reads the bytecodes of a class and calls back to a user function bool bcompiler_parse_class ( string $class, string $callback ) Reads the bytecodes of a class and calls back to a user function. Parameters: class The class name, as a string. callback The class name, as a string. Returns:

QuickHashStringIntHash::add

(No version information available, might only be in Git) This method adds a new entry to the hash public bool QuickHashStringIntHash::add ( string $key, int $value ) This method adds a new entry to the hash, and returns whether the entry was added. Entries are by default always added unless QuickHashStringIntHash::CHECK_FOR_DUPES has been passed when the hash was created. Parameters:

Cond::destroy

(PECL pthreads >= 2.0.0) Destroy a Condition final public static boolean Cond::destroy ( long $condition ) Destroying Condition Variable handles must be carried out explicitly by the programmer when they are finished with the Condition Variable. No Threads should be blocking on a call to Cond::wait() when the call to Cond::destroy() takes place. Parameters: condition