fann_set_sarprop_temperature

(PECL fann >= 1.0.0) Sets the sarprop temperature bool fann_set_sarprop_temperature ( resource $ann, float $sarprop_temperature ) Sets the sarprop temperature. Parameters: ann Neural network resource. sarprop_temperature The sarprop temperature. Returns: Returns TRUE on success, or FALSE otherwise.

SplObjectStorage::offsetUnset

(PHP 5 >= 5.3.0, PHP 7) Removes an object from the storage public void SplObjectStorage::offsetUnset ( object $object ) Removes an object from the storage. Note: SplObjectStorage::offsetUnset() is an alias of SplObjectStorage::detach(). Parameters: object The object to remove. Returns: No value is returned.

fileperms

(PHP 4, PHP 5, PHP 7) Gets file permissions int fileperms ( string $filename ) Gets permissions for the given file. Parameters: filename Path to the file. Returns: Returns the file's permissions as a numeric mode. Lower bits of this mode are the same as the permissions expected by chmod(), however on most platforms the return value will also incl

SWFDisplayItem::scaleTo

(PHP 5 <= 5.3.0, PECL ming SVN) Scales the object in global coordinates void SWFDisplayItem::scaleTo ( float $x [, float $y ] ) swfdisplayitem::scaleto() scales the current object to (x,y) in global coordinates. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

XMLReader::next

(PHP 5 >= 5.1.0, PHP 7) Move cursor to next node skipping all subtrees public bool XMLReader::next ([ string $localname ] ) Positions cursor on the next node skipping all subtrees. Parameters: localname The name of the next node to move to. Returns: Returns TRUE on success or FALSE on failure.

imagefilledrectangle

(PHP 4, PHP 5, PHP 7) Draw a filled rectangle bool imagefilledrectangle ( resource $image, int $x1, int $y1, int $x2, int $y2, int $color ) Creates a rectangle filled with color in the given image starting at point 1 and ending at point 2. 0, 0 is the top left corner of the image. Parameters: image An image resource, returned by one of the image creation functions, such as

KTaglib_MPEG_File::getAudioProperties

(0.0.1) Returns an object that provides access to the audio properties public KTaglib_MPEG_File KTaglib_MPEG_File::getAudioProperties ( void ) Returns an object that provides access to the audio properties of the mpeg file. Returns: Returns an KTaglib_MPEG_AudioProperties object or false.

eio_set_max_poll_reqs

(PECL eio >= 0.0.1dev) Set maximum number of requests processed in a poll. void eio_set_max_poll_reqs ( int $nreqs ) Parameters: nreqs Number of requests Returns: No value is returned.

TokyoTyrantQuery::current

(PECL tokyo_tyrant >= 0.1.0) Returns the current element public array TokyoTyrantQuery::current ( void ) Returns the current element. Part of Iterator interface Returns: Returns the current row Examples: TokyoTyrantQuery iterator example <?php /* Connect to a table database */ $tt = new TokyoTyrantTable("localhost",

mcrypt_generic_init

(PHP 4 >= 4.0.2, PHP 5, PHP 7) This function initializes all buffers needed for encryption int mcrypt_generic_init ( resource $td, string $key, string $iv ) You need to call this function before every call to mcrypt_generic() or mdecrypt_generic(). Parameters: td The encryption descriptor. key The maximum length of the key should be