SDO_DataObject::getContainer

(^) Get a data object's container SDO_DataObject SDO_DataObject::getContainer ( void ) Get the data object which contains this data object. Returns: Returns the SDO_DataObject which contains this SDO_DataObject, or returns NULL if this is a root SDO_DataObject (i.e. it has no container). This function is EXPERIMENTAL. The behaviour of this function, its name,

SolrObject::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrObject::__destruct ( void ) The destructor Returns: None.

stream_filter_append

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Attach a filter to a stream resource stream_filter_append ( resource $stream, string $filtername [, int $read_write [, mixed $params ]] ) Adds filtername to the list of filters attached to stream. Parameters: stream The target stream. filtername The filter name. read_write

Yaf_Config_Simple::rewind

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

SolrQuery::getFacetPrefix

(PECL solr >= 0.9.2) Returns the facet prefix public string SolrQuery::getFacetPrefix ([ string $field_override ] ) Returns the facet prefix Parameters: field_override The name of the field Returns: Returns a string on success and NULL if not set.

SDO_Exception::getCause

(^) Get the cause of the exception. mixed SDO_Exception::getCause ( void ) Returns the cause of this exception or NULL if the cause is nonexistent or unknown. Typically the cause will be an SDO_CPPException object, which may be used to obtain additional diagnostic information. Returns: Returns the cause of this exception or NULL if the cause is nonexistent or unknown.

QuickHashIntStringHash::getSize

(PECL quickhash >= Unknown) Returns the number of elements in the hash public int QuickHashIntStringHash::getSize ( void ) Returns the number of elements in the hash. Returns: The number of elements in the hash. Examples: QuickHashIntStringHash::getSize() example <?php $hash = new QuickHashIntStringHash( 8 ); var_du

Error::getPrevious

(No version information available, might only be in Git) Returns previous Throwable final public Throwable Error::getPrevious ( void ) Returns previous Throwable (the third parameter of Error::__construct()). Returns: Returns the previous Throwable if available or NULL otherwise. Examples: Error::getPrevious() example Loop

wincache_scache_info

(PECL wincache >= 1.1.0) Retrieves information about files cached in the session cache array wincache_scache_info ([ bool $summaryonly = false ] ) Retrieves information about session cache content and its usage. Parameters: summaryonly Controls whether the returned array will contain information about individual cache entries along with the session cache summary.

QuickHashIntStringHash::update

(PECL quickhash >= Unknown) This method updates an entry in the hash with a new value public bool QuickHashIntStringHash::update ( int $key, string $value ) This method updates an entry with a new value, and returns whether the entry was update. If there are duplicate keys, only the first found element will get an updated value. Use QuickHashIntStringHash::CHECK_FOR_DUPES during hash creation to prevent duplicate keys fro