getrusage

(PHP 4, PHP 5, PHP 7) Gets the current resource usages array getrusage ([ int $who = 0 ] ) This is an interface to getrusage(2). It gets data returned from the system call. Parameters: who If who is 1, getrusage will be called with RUSAGE_CHILDREN. Returns: Returns an associative array containing the data returned from the system call. All entri

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

HRTime\StopWatch::getLastElapsedTime

(PECL hrtime >= 0.4.3) Get elapsed time for the last interval. public float HRTime\StopWatch::getLastElapsedTime ([ integer $unit ] ) Get elapsed time for the previously closed interval. Parameters: unit Time unit represented by a HRTime\Unit constant. Default is HRTime\Unit::SECOND. Returns: Returns float indicating elapsed time.

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...