udm_hash32

(PHP 4 >= 4.3.3, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Return Hash32 checksum of given string int udm_hash32 ( resource $agent, string $str ) udm_hash32() will take a string str and return a quite unique 32-bit hash number from it. Parameters: agent A link to Agent, received after call to udm_alloc_agent(). str The input s

cubrid_get_class_name

(PECL CUBRID >= 8.3.0) Get the class name using OID string cubrid_get_class_name ( resource $conn_identifier, string $oid ) The cubrid_get_class_name() function is used to get the class name from oid. It doesn't work when selecting data from the system tables, for example db_class. Parameters: conn_identifier Connection identifier. oid

DOMElement::setIdAttributeNS

(PHP 5, PHP 7) Declares the attribute specified by local name and namespace URI to be of type ID public void DOMElement::setIdAttributeNS ( string $namespaceURI, string $localName, bool $isId ) Declares the attribute specified by localName and namespaceURI to be of type ID. Parameters: namespaceURI The namespace URI of the attribute. localName

uopz_flags

(PECL uopz >= 2.0.2) Get or set flags on function or class int uopz_flags ( string $class, string $function, int $flags ) int uopz_flags ( string $function , int $flags ) Get or set the flags on a class or function entry at runtime Parameters: class The name of a class function The name of the function flags

MongoCursor::hasNext

(PECL mongo >=0.9.0) Checks if there are any more elements in this cursor public bool MongoCursor::hasNext ( void ) Returns: Returns if there is another element. Exception: Throws MongoConnectionException if it cannot reach the database and MongoCursorTimeoutException if the timeout is exceeded.

SWFBitmap::getWidth

(PHP 5 <= 5.3.0, PECL ming SVN) Returns the bitmap's width float SWFBitmap::getWidth ( void ) Returns the bitmap's width. Returns: Returns the bitmap width in pixels. This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your

array_chunk

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Split an array into chunks array array_chunk ( array $array, int $size [, bool $preserve_keys = false ] ) Chunks an array into arrays with size elements. The last chunk may contain less than size elements. Parameters: array The array to work on size The size of each chunk preserv

Yaf_Application::__destruct

(Yaf >=1.0.0) The __destruct purpose public void Yaf_Application::__destruct ( void ) Returns:

Yaf_Plugin_Abstract::postDispatch

(Yaf >=1.0.0) The postDispatch purpose public void Yaf_Plugin_Abstract::postDispatch ( Yaf_Request_Abstract $request, Yaf_Response_Abstract $response ) Parameters: request response Returns: This function is currently not documented; only its argument list is available.

Gmagick::setimagecolorspace

(PECL gmagick >= Unknown) Sets the image colorspace public Gmagick Gmagick::setimagecolorspace ( int $colorspace ) Sets the image colorspace. Parameters: colorspace The image colorspace: UndefinedColorspace, RGBColorspace, GRAYColorspace, TransparentColorspace, OHTAColorspace, XYZColorspace, YCbCrColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, YPbPrColorspac