cubrid_close_prepare

(PECL CUBRID >= 8.3.0) Close the request handle bool cubrid_close_prepare ( resource $req_identifier ) The cubrid_close_prepare() function closes the request handle given by the req_identifier argument, and releases the memory region related to the handle. It is an alias of cubrid_close_request(). Parameters: req_identifier Request identifier. Return

DOMDocument::createComment

(PHP 5, PHP 7) Create new comment node public DOMComment DOMDocument::createComment ( string $data ) This function creates a new instance of class DOMComment. This node will not show up in the document unless it is inserted with (e.g.) DOMNode::appendChild(). Parameters: data The content of the comment. Returns: The new DOMComment or FALSE if an

sqlite_close

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) Closes an open SQLite database void sqlite_close ( resource $dbhandle ) Closes the given db_handle database handle. If the database was persistent, it will be closed and removed from the persistent list. Parameters: dbhandle The SQLite Database resource; returned from sqlite_open() when used procedurally. Re

imagecolorsforindex

(PHP 4, PHP 5, PHP 7) Get the colors for an index array imagecolorsforindex ( resource $image, int $index ) Gets the color for a specified index. Parameters: image An image resource, returned by one of the image creation functions, such as imagecreatetruecolor(). index The color index. Returns: Returns an associa

stats_cdf_uniform

(PECL stats >= 1.0.0) Not documented float stats_cdf_uniform ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns: This function is currently not documented; only its arg

EventHttp::setMaxHeadersSize

(PECL event >= 1.4.0-beta) Sets maximum HTTP header size public void EventHttp::setMaxHeadersSize ( int $value ) Sets maximum HTTP header size. Parameters: value The header size in bytes. Returns: No value is returned.

gettype

(PHP 4, PHP 5, PHP 7) Get the type of a variable string gettype ( mixed $var ) Returns the type of the PHP variable var. For type checking, use is_* functions. Parameters: var The variable being type checked. Returns: Possible values for the returned string are: "boolean" "integer" "double" (for historical reasons "double" is returned

db2_free_result

(PECL ibm_db2 >= 1.0.0) Frees resources associated with a result set bool db2_free_result ( resource $stmt ) Frees the system and database resources that are associated with a result set. These resources are freed implicitly when a script finishes, but you can call db2_free_result() to explicitly free the result set resources before the end of the script. Parameters: stmt

Memcached::getResultMessage

(PECL memcached >= 1.0.0) Return the message describing the result of the last operation public string Memcached::getResultMessage ( void ) Memcached::getResultMessage() returns a string that describes the result code of the last executed Memcached method. Returns: Message describing the result of the last Memcached operation. Examples:

CairoMatrix::multiply

(PECL cairo >= 0.1.0) The multiply purpose public static CairoMatrix CairoMatrix::multiply ( CairoMatrix $matrix1, CairoMatrix $matrix2 ) The method description goes here. Parameters: matrix1 Description... matrix2 Description... Returns: Description... This function is c