tidy::cleanRepair

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Execute configured cleanup and repair operations on parsed markup bool tidy::cleanRepair ( void ) Object oriented style Procedural style bool tidy_clean_repair ( tidy $object ) This function cleans and repairs the given tidy object. Parameters: object The Tidy object. Returns: Returns TRUE on success or FALS

Cairo::availableSurfaces

(PECL cairo >= 0.1.0) Retrieves all available surfaces public static array Cairo::availableSurfaces ( void ) Object oriented style (method): Procedural style: array cairo_available_surfaces ( void ) Returns an array with the available surface backends Returns: A list-type array with all available surface backends. Examples: Object

ocicolumnsize

(PHP 4, PHP 5, PHP 7, PECL OCI8 >= 1.0.0) Alias of oci_field_size() Alias of oci_field_size() This alias has been DEPRECATED as of PHP 5.4.0. Relying on this alias is highly discouraged.

SolrQuery::setTermsMinCount

(PECL solr >= 0.9.2) Sets the minimum document frequency public SolrQuery SolrQuery::setTermsMinCount ( int $frequency ) Sets the minimum doc frequency to return in order to be included Parameters: frequency The minimum frequency Returns: Returns the current SolrQuery object, if the return value is used.

CairoContext::setSourceRGBA

(PECL cairo >= 0.1.0) The setSourceRGBA purpose public void CairoContext::setSourceRGBA ( string $red, string $green, string $blue, string $alpha ) Object oriented style (method): Procedural style: void cairo_set_source ( CairoContext $context , CairoPattern $pattern ) Description here. Parameters: context Description... pattern De

mcrypt_enc_self_test

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Runs a self test on the opened module int mcrypt_enc_self_test ( resource $td ) This function runs the self test on the algorithm specified by the descriptor td. Parameters: td The encryption descriptor. Returns: If the self test succeeds it returns FALSE. In case of an error, it returns TRUE.

SplStack::setIteratorMode

(PHP 5 >= 5.3.0, PHP 7) Sets the mode of iteration void SplStack::setIteratorMode ( int $mode ) Parameters: mode There is only one iteration parameter you can modify. The behavior of the iterator (either one or the other): SplDoublyLinkedList::IT_MODE_DELETE (Elements are deleted by the iterator) SplDoublyLinkedList::IT_MODE_KEEP (Elements are traversed by the iterato

EventBase::free

(PECL event >= 1.10.0) Free resources allocated for this event base public void EventBase::free ( void ) Deallocates resources allocated by libevent for the EventBase object. Returns: No value is returned. The EventBase::free() method doesn't destruct the object itself. To destruct the object completely call unset() , or assign NULL. This method does not

hw_api::identify

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Log into Hyperwave Server bool hw_api::identify ( array $parameter ) Logs into the Hyperwave Server. Parameters: parameter The parameter array must contain the elements 'username' and 'password'. Returns: Returns an object of typeHW_API_Error if identification failed or TRUE if it was successful.

Yaf_Response_Abstract::appendBody

(Yaf >=1.0.0) append to body public bool Yaf_Response_Abstract::appendBody ( string $content [, string $key ] ) append a content to a exists content block Parameters: body content string key the content key, you can set a content with a key, if you don't specific, then Yaf_Response_Abstract::DEFAULT_BODY will be used Note: this p