XMLWriter::endElement

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) End current element bool XMLWriter::endElement ( void ) Object oriented style Procedural style bool xmlwriter_end_element ( resource $xmlwriter ) Ends the current element. Parameters: xmlwriter Only for procedural calls. The XMLWriter resource that is being modified. This resource comes from a call to xmlwriter_open_u

GmagickPixel::getcolorcount

(PECL gmagick >= Unknown) Returns the color count associated with this color public int GmagickPixel::getcolorcount ( void ) Returns the color count associated with this color Returns: Returns the color count as an integer on success, throws GmagickPixelException on failure.

cubrid_lob2_close

(PECL CUBRID >= 8.4.1) Close LOB object. bool cubrid_lob2_close ( resource $lob_identifier ) The cubrid_lob2_close() function is used to close LOB object returned from cubrid_lob2_new() or got from the result set. Parameters: lob_identifier Lob identifier as a result of cubrid_lob2_new() or get from the result set. Returns: TRUE, on success. F

m_returnstatus

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Check to see if the transaction was successful int m_returnstatus ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

cubrid_unbuffered_query

(PECL CUBRID >= 8.3.0) Perform a query without fetching the results into memory resource cubrid_unbuffered_query ( string $query [, resource $conn_identifier ] ) This function performs a query without waiting for that all query results have been complete. It will return when the results are being generated. Parameters: query A SQL query. conn_ident

cubrid_close_request

(PECL CUBRID >= 8.3.0) Close the request handle bool cubrid_close_request ( resource $req_identifier ) The cubrid_close_request() 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_prepare(). Parameters: req_identifier Request identifier. Return

EventUtil::getLastSocketErrno

(PECL event >= 1.2.6-beta) Returns the most recent socket error number public static int EventUtil::getLastSocketErrno ([ mixed $socket = NULL ] ) Returns the most recent socket error number( errno ). Parameters: socket Socket resource, stream or a file descriptor of a socket. Returns: Returns the most recent socket error number( errno ).

Yaf_Request_Abstract::isXmlHttpRequest

(Yaf >=1.0.0) The isXmlHttpRequest purpose public void Yaf_Request_Abstract::isXmlHttpRequest ( void ) Returns: This function is currently not documented; only its argument list is available.

SolrQuery::addFacetDateField

(PECL solr >= 0.9.2) Maps to facet.date public SolrQuery SolrQuery::addFacetDateField ( string $dateField ) This method allows you to specify a field which should be treated as a facet. It can be used multiple times with different field names to indicate multiple facet fields Parameters: dateField The name of the date field. Returns: Returns a

GmagickDraw::getfillcolor

(PECL gmagick >= Unknown) Returns the fill color public void GmagickDraw::getfillcolor ( void ) Returns the fill color used for drawing filled objects. Returns: The GmagickPixel fill color used for drawing filled objects.