fbsql_list_tables

(PHP 4 >= 4.0.6, PHP 5, PHP 7) List tables in a FrontBase database resource fbsql_list_tables ( string $database [, resource $link_identifier ] ) Returns a result pointer describing the database. Parameters: database The database name. link_identifier A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect(). If opti

Imagick::getImageChannelMean

(PECL imagick 2.0.0) Gets the mean and standard deviation array Imagick::getImageChannelMean ( int $channel ) Gets the mean and standard deviation of one or more image channels. Return value is an associative array with the keys "mean" and "standardDeviation". Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one c

Gmagick::setimagedispose

(PECL gmagick >= Unknown) Sets the image disposal method public Gmagick Gmagick::setimagedispose ( int $disposeType ) Sets the image disposal method. Parameters: disposeType The image disposal type. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Event::delSignal

(PECL event >= 1.2.6-beta) Makes signal event non-pending public bool Event::delSignal ( void ) Event::delSignal() is an alias of Event::del() See also: Event::del() -

Yaf_Request_Abstract::isRouted

(Yaf >=1.0.0) The isRouted purpose public void Yaf_Request_Abstract::isRouted ( void ) Returns: This function is currently not documented; only its argument list is available.

OCI-Lob::close

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Closes LOB descriptor bool OCI-Lob::close ( void ) Closes descriptor of LOB or FILE. This function should be used only with OCI-Lob::writeTemporary. Returns: Returns TRUE on success or FALSE on failure. See also: OCI-Lob::writeTemporary - Lob::writeTemporary

OCI-Lob::rewind

(PHP 5, PHP 7, PECL OCI8 >= 1.1.0) Moves the internal pointer to the beginning of the large object bool OCI-Lob::rewind ( void ) Sets the internal pointer to the beginning of the large object. Returns: Returns TRUE on success or FALSE on failure. See also: OCI-Lob::seek - Lob::seek O

SolrClient::addDocuments

(PECL solr >= 0.9.2) Adds a collection of SolrInputDocument instances to the index public void SolrClient::addDocuments ( array $docs [, bool $overwrite = true [, int $commitWithin = 0 ]] ) Adds a collection of documents to the index. Parameters: docs An array containing the collection of SolrInputDocument instances. This array must be an actual variable.

fann_set_quickprop_mu

(PECL fann >= 1.0.0) Sets the quickprop mu factor bool fann_set_quickprop_mu ( resource $ann, float $quickprop_mu ) Sets the quickprop mu factor. Parameters: ann Neural network resource. quickprop_mu The mu factor. Returns: Returns TRUE on success, or FALSE otherwise.

eio_nready

(PECL eio >= 0.0.1dev) Returns number of not-yet handled requests int eio_nready ( void ) Returns: eio_nready() returns number of not-yet handled requests