PDF_clip

(PHP 4, PECL pdflib >= 1.0.0) Clip to current path bool PDF_clip ( resource $p ) Uses the current path as clipping path, and terminate the path. Returns TRUE on success or FALSE on failure.

Imagick::segmentImage

(No version information available, might only be in Git) Segments an image public bool Imagick::segmentImage ( int $COLORSPACE, float $cluster_threshold, float $smooth_threshold [, bool $verbose = false ] ) Analyses the image and identifies units that are similar. This method is available if Imagick has been compiled against ImageMagick version 6.4.5 or newer. Parameters: COLORSPACE

apd_set_session_trace_socket

(PECL apd >= 0.2) Starts the remote session debugging bool apd_set_session_trace_socket ( string $tcp_server, int $socket_type, int $port, int $debug_level ) Connects to the specified tcp_server (eg. tcplisten) and sends debugging data to the socket. Parameters: tcp_server IP or Unix Domain socket (like a file) of the TCP server. socket_type

KTaglib_Tag::getArtist

(0.0.1) Returns the artist string from a ID3 tag public string KTaglib_Tag::getArtist ( void ) Returns the artist string of an ID3 tag. This method is implemented in ID3v1 and ID3v2 tags. Returns: Returns the artist string

fann_get_rprop_delta_zero

(PECL fann >= 1.0.0) Returns the initial step-size ReturnType fann_get_rprop_delta_zero ( resource $ann ) The initial step-size is a positive number determining the initial step size. The default delta zero is 0.1. Parameters: ann Neural network resource. Returns: The initial step-size, or FALSE on error.

GearmanWorker::unregisterAll

(PECL gearman >= 0.6.0) Unregister all function names with the job servers public bool GearmanWorker::unregisterAll ( void ) Unregisters all previously registered functions, ensuring that no more jobs are sent to this worker. Returns: A standard Gearman return value. See also: GearmanWorker::register() -

Memcached::resetServerList

(PECL memcached >= 2.0.0) Clears all servers from the server list public bool Memcached::resetServerList ( void ) Memcached::resetserverlist() removes all memcache servers from the known server list, reseting it back to empty. Returns: Returns TRUE on success or FALSE on failure. See also: Memcached::addServe

CairoContext::setSourceRGB

(PECL cairo >= 0.1.0) The setSourceRGB purpose public void CairoContext::setSourceRGB ( string $red, string $green, string $blue ) Object oriented style (method): Procedural style: void cairo_set_source ( CairoContext $context , CairoPattern $pattern ) Description here. Parameters: context Description... pattern Description...

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