SDO_DataObject::getSequence

(^) Get the sequence for a data object SDO_Sequence SDO_DataObject::getSequence ( void ) Return the SDO_Sequence for this SDO_DataObject. Accessing the SDO_DataObject through the SDO_Sequence interface acts on the same SDO_DataObject instance data, but preserves ordering across properties. Returns: The SDO_Sequence for this SDO_DataObject, or returns NULL if the SDO_DataObject is not of a type w

shm_detach

(PHP 4, PHP 5, PHP 7) Disconnects from shared memory segment bool shm_detach ( resource $shm_identifier ) shm_detach() disconnects from the shared memory given by the shm_identifier created by shm_attach(). Remember, that shared memory still exist in the Unix system and the data is still present. Parameters: shm_identifier A shared memory resource handle as returned by sh

stats_cdf_cauchy

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

OAuth::enableDebug

(PECL OAuth >= 0.99.3) Turn on verbose debugging public bool OAuth::enableDebug ( void ) Turns on verbose request information useful for debugging, the debug information is stored in the debugInfo member. Alternatively, the debug member can be set to a non-FALSE value to turn debug on. Returns: TRUE Changelog: 0.99.8 The debug and debugIn

MongoCommandCursor::dead

(PECL mongo >=1.5.0) Checks if there are results that have not yet been sent from the database public bool MongoCommandCursor::dead ( void ) This method checks whether the MongoCommandCursor cursor has been exhausted and the database has no more results to send to the client. A cursor being "dead" does not necessarily mean that there are no more results available for iteration. Returns: Returns

SolrDocument::__unset

(PECL solr >= 0.9.2) Removes a field from the document public bool SolrDocument::__unset ( string $fieldName ) Removes a field from the document when the field is access as an object property. Parameters: fieldName The name of the field. Returns: Returns TRUE on success or FALSE on failure.

SphinxClient::setArrayResult

(PECL sphinx >= 0.1.0) Change the format of result set array public bool SphinxClient::setArrayResult ( bool $array_result = false ) Controls the format of search results set arrays (whether matches should be returned as an array or a hash). Parameters: array_result If array_result is FALSE, matches are returned as a hash with document IDs as keys, and other informati

imap_errors

(PHP 4, PHP 5, PHP 7) Returns all of the IMAP errors that have occurred array imap_errors ( void ) Gets all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset. When imap_errors() is called, the error stack is subsequently cleared. Returns: This function returns an array of all of the IMAP error messages generated since the last imap_errors(

ImagickDraw::setClipRule

(PECL imagick 2.0.0) Set the polygon fill rule to be used by the clipping path bool ImagickDraw::setClipRule ( int $fill_rule ) Set the polygon fill rule to be used by the clipping path. Parameters: fill_rule FILLRULE_ constant Returns: No value is returned. This function is currently not documented; only its

readline_callback_read_char

(PHP 5 >= 5.1.0, PHP 7) Reads a character and informs the readline callback interface when a line is received void readline_callback_read_char ( void ) Reads a character of user input. When a line is received, this function informs the readline callback interface installed using readline_callback_handler_install() that a line is ready for input. Returns: No value is returned.