Imagick::getImageMatteColor

(PECL imagick 2.0.0) Returns the image matte color ImagickPixel Imagick::getImageMatteColor ( void ) Returns the image matte color. Returns: Returns ImagickPixel object on success. Exception: Throws ImagickException on error.

SWFSprite::stopSound

(PHP 5 <= 5.3.0, PECL ming SVN) void SWFSprite::stopSound ( SWFSound $sount ) Returns: No value is returned. This function is currently not documented; only its argument list is available. See also: SWFSprite::startSound() -

Phar::getModified

(PHP >= 5.3.0, PECL phar >= 1.0.0) Return whether phar was modified public bool Phar::getModified ( void ) This method can be used to determine whether a phar has either had an internal file deleted, or contents of a file changed in some way. Returns: TRUE if the phar has been modified since opened, FALSE if not.

fann_set_activation_function

(PECL fann >= 1.0.0) Sets the activation function for supplied neuron and layer bool fann_set_activation_function ( resource $ann, int $activation_function, int $layer, int $neuron ) Set the activation function for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to set activation functions for the neurons in the input layer. When choosing an activation function it is

PDF_setmatrix

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Set current transformation matrix bool PDF_setmatrix ( resource $p, float $a, float $b, float $c, float $d, float $e, float $f ) Explicitly sets the current transformation matrix. Returns TRUE on success or FALSE on failure.

fastcgi_finish_request

(PHP 5 >= 5.3.3, PHP 7) Flushes all response data to the client boolean fastcgi_finish_request ( void ) This function flushes all response data to the client and finishes the request. This allows for time consuming tasks to be performed without leaving the connection to the client open. Returns: Returns TRUE on success or FALSE on failure.

svn_repos_fs_commit_txn

(PECL svn >= 0.2.0) Commits a transaction and returns the new revision int svn_repos_fs_commit_txn ( resource $txn ) Commits a transaction and returns the new revision This function is currently not documented; only its argument list is available.

svn_repos_hotcopy

(PECL svn >= 0.1.0) Make a hot-copy of the repos at repospath; copy it to destpath bool svn_repos_hotcopy ( string $repospath, string $destpath, bool $cleanlogs ) Make a hot-copy of the repos at repospath; copy it to destpath This function is currently not documented; only its argument list is available.

fbsql_field_name

(PHP 4 >= 4.0.6, PHP 5, PHP 7) Get the name of the specified field in a result string fbsql_field_name ( resource $result [, int $field_index ] ) Returns the name of the specified field index. Parameters: result A result pointer returned by fbsql_list_fields(). field_index The numerical offset of the field. The field index starts at

event_timer_set

(PECL libevent >= 0.0.2) Prepare a timer event bool event_timer_set ( resource $event, callable $callback [, mixed $arg ] ) Prepares the timer event to be used in event_add(). The event is prepared to call the function specified by the callback when the event timeout elapses. After initializing the event, use event_base_set() to associate the event with its event base. In case of matching event, these three arguments