eio_npending

(PECL eio >= 0.0.1dev) Returns number of finished, but unhandled requests int eio_npending ( void ) eio_npending() returns number of finished, but unhandled requests Returns: eio_npending() returns number of finished, but unhandled requests.

ReflectionZendExtension::__clone

(PHP >= 5.4.0) Clone handler final private void ReflectionZendExtension::__clone ( void ) Returns: This function is currently not documented; only its argument list is available.

EvLoop::run

(PECL ev >= 0.2.0) Begin checking for events and calling callbacks for the loop public void EvLoop::run ([ int $flags = 0 ] ) Begin checking for events and calling callbacks for the current event loop. Returns when a callback calls Ev::stop() method, or the flags are nonzero(in which case the return value is true) or when there are no active watchers which reference the loop( EvWatcher::keepalive() is TRUE), in which ca

Imagick::setType

(PECL imagick 2.0.0) Sets the image type attribute bool Imagick::setType ( int $image_type ) Sets the image type attribute. Parameters: image_type Sets the image type attribute. Returns: Returns TRUE on success.

EventHttpConnection::getPeer

(PECL event >= 1.2.6-beta) Gets the remote address and port associated with the connection public void EventHttpConnection::getPeer ( string &$address , int &$port ) Gets the remote address and port associated with the connection Parameters: address Address of the peer. port Port of the peer. Returns:

Imagick::compareImages

(PECL imagick 2.0.0) Compares an image to a reconstructed image array Imagick::compareImages ( Imagick $compare, int $metric ) Returns an array containing a reconstructed image and the difference between images. Parameters: compare An image to compare to. metric Provide a valid metric type constant. Refer to this list of metric constant

EventUtil::sslRandPoll

(PECL event >= 1.2.6-beta) Generates entropy by means of OpenSSL's RAND_poll() public static void EventUtil::sslRandPoll ( void ) Generates entropy by means of OpenSSL's RAND_poll() (see the system manual). Returns: No value is returned.

CairoImageSurface::createForData

(PECL cairo >= 0.1.0) The createForData purpose public static void CairoImageSurface::createForData ( string $data, int $format, int $width, int $height [, int $stride = -1 ] ) The method description goes here. Parameters: data Description... format Description... width Description...

APCUIterator::rewind

(PECL apcu >= 5.0.0) Rewinds iterator public void APCUIterator::rewind ( void ) Rewinds back the iterator to the first element. Returns: No value is returned. See also: APCUIterator::next() - Iterator::next() -

Mutex::lock

(PECL pthreads >= 2.0.0) Acquire Mutex final public static boolean Mutex::lock ( long $mutex ) Attempt to lock the Mutex for the caller. An attempt to lock a Mutex owned (locked) by another Thread will result in blocking. Parameters: mutex A handle returned by a previous call to Mutex::create(). Returns: A boolean indication of success.