fann_cascadetrain_on_file

(PECL fann >= 1.0.0) Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm. bool fann_cascadetrain_on_file ( resource $ann, string $filename, int $max_neurons, int $neurons_between_reports, float $desired_error ) Does the same as fann_cascadetrain_on_data(), but reads the training data directly from a file. Parameters: ann

SolrQuery::getFacetLimit

(PECL solr >= 0.9.2) Returns the maximum number of constraint counts that should be returned for the facet fields public int SolrQuery::getFacetLimit ([ string $field_override ] ) Returns the maximum number of constraint counts that should be returned for the facet fields. This method accepts an optional field override Parameters: field_override The name of the field t

PDF_fill_imageblock

(PECL pdflib >= 2.0.0) Fill image block with variable data int PDF_fill_imageblock ( resource $pdfdoc, int $page, string $blockname, int $image, string $optlist ) Fills an image block with variable data according to its properties. This function is only available in the PDFlib Personalization Server (PPS).

Gmagick::getimageresolution

(PECL gmagick >= Unknown) Gets the image X and Y resolution public array Gmagick::getimageresolution ( void ) Returns the resolution as an array. Returns: Returns the resolution as an array. Exception: Throws an GmagickException on error.

Throwable::getTrace

(PHP 7) Gets the stack trace abstract public array Throwable::getTrace ( void ) Returns the stack trace as an array. Returns: Returns the stack trace as an array in the same format as debug_backtrace(). See also: Exception::getTrace() -

gupnp_service_proxy_set_subscribed

(PECL gupnp >= 0.1.0) (Un)subscribes to the service. bool gupnp_service_proxy_set_subscribed ( resource $proxy, bool $subscribed ) (Un)subscribes to the service. Parameters: proxy A service proxy identifier. subscribed Set TRUE to subscribe to this service. Returns: Returns TRUE on success or FALSE on failur

cairo_matrix_translate

(PECL cairo >= 0.1.0) Description void cairo_matrix_translate ( CairoMatrix $matrix, float $tx, float $ty ) The function description goes here. Parameters: matrix Description... tx Description... ty Description... Returns: What is returned on success and failure

ZMQSocket::getPersistentId

(PECL zmq >= 0.5.0) Get the persistent id public string ZMQSocket::getPersistentId ( void ) Returns the persistent id of the socket. Returns: Returns the persistent id string assigned of the object and NULL if socket is not persistent.

ReflectionFunctionAbstract::getShortName

(PHP 5 >= 5.3.0, PHP 7) Gets function short name public string ReflectionFunctionAbstract::getShortName ( void ) Get the short name of the function (without the namespace part). Returns: The short name of the function. This function is currently not documented; only its argument list is available.

Yaf_Request_Abstract::getRequestUri

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