fann_run

(PECL fann >= 1.0.0) Will run input through the neural network array fann_run ( resource $ann, array $input ) Will run input through the neural network, returning an array of outputs, the number of which being equal to the number of neurons in the output layer. Parameters: ann Neural network resource. input Array of input values

imap_listsubscribed

(PHP 4, PHP 5, PHP 7) Alias of imap_lsub() This function is an alias of: imap_lsub().

Imagick::destroy

(PECL imagick 2.0.0) Destroys the Imagick object bool Imagick::destroy ( void ) Destroys the Imagick object and frees all resources associated with it. This method is deprecated in favour of Imagick::clear. Returns: Returns TRUE on success.

SplPriorityQueue::valid

(PHP 5 >= 5.3.0, PHP 7) Check whether the queue contains more nodes public bool SplPriorityQueue::valid ( void ) Checks if the queue contains any more nodes. Returns: Returns TRUE if the queue contains any more nodes, FALSE otherwise.

SplFileObject::fread

(PHP 5 >= 5.5.11, PHP 7) Read from file public string SplFileObject::fread ( int $length ) Reads the given number of bytes from the file. Parameters: length The number of bytes to read. Returns: Returns the string read from the file or FALSE on failure. Notes: Note that SplFileObject::frea

Imagick::decipherImage

(No version information available, might only be in Git) Deciphers an image bool Imagick::decipherImage ( string $passphrase ) Deciphers image that has been enciphered before. The image must be enciphered using Imagick::encipherImage(). This method is available if Imagick has been compiled against ImageMagick version 6.3.9 or newer. Parameters: passphrase The passphrase

trader_cci

(PECL trader >= 0.2.0) Commodity Channel Index array trader_cci ( array $high, array $low, array $close [, integer $timePeriod ] ) Parameters: high High price, array of real values. low Low price, array of real values. close Closing price, array of real values. timePeriod

strtoupper

(PHP 4, PHP 5, PHP 7) Make a string uppercase string strtoupper ( string $string ) Returns string with all alphabetic characters converted to uppercase. Note that 'alphabetic' is determined by the current locale. For instance, in the default "C" locale characters such as umlaut-a (ä) will not be converted. Parameters: string The input string. Returns

Yaf_Config_Ini::__set

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

ImagickDraw::clone

(PECL imagick 2.0.0) Makes an exact copy of the specified ImagickDraw object ImagickDraw ImagickDraw::clone ( void ) Makes an exact copy of the specified ImagickDraw object. Returns: What the function returns, first on success, then on failure. See also the &return.success; entity This function is currently not documented; only its argument list is availabl